*: (KDE applications) Boost is a build-dep
- after dropping Boost as a lib-dep of KDE frameworks, chase KDE applications that depend on boost's implicit presence during the build and give them an explicit build-dep on one of the Boost headers.
This commit is contained in:
parent
54651dfe9f
commit
02c0020e3b
@ -1,10 +1,12 @@
|
||||
PORTNAME= libkleo
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Certificate manager for KDE
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
|
||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libgpgme.so:security/gpgme \
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= kdiff3
|
||||
DISTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
|
||||
@ -10,6 +10,8 @@ COMMENT= KDE graphical frontend for diff
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs
|
||||
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons crash ecm i18n iconthemes jobwidgets kio \
|
||||
|
Loading…
Reference in New Issue
Block a user