diff options
author | rene <rene@FreeBSD.org> | 2016-05-26 04:56:06 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-05-26 04:56:06 +0800 |
commit | 660737c71678de2a8a901f1efb2a6ae7e2af5ae3 (patch) | |
tree | 78d454d1406bb5d97fc294cd6f44956fcc86cf03 /net-p2p | |
parent | c1ab41bc93a8a639fc44cd0eff6184af28c54b27 (diff) | |
download | freebsd-ports-graphics-660737c71678de2a8a901f1efb2a6ae7e2af5ae3.tar.gz freebsd-ports-graphics-660737c71678de2a8a901f1efb2a6ae7e2af5ae3.tar.zst freebsd-ports-graphics-660737c71678de2a8a901f1efb2a6ae7e2af5ae3.zip |
Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libktorrent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 5f8a8a5396b..9e153c26f39 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libgmp.so:math/gmp \ libktorrent.so:net-p2p/libktorrent -USE_KDE4= kdelibs kdeprefix automoc4 pimlibs workspace +USE_KDE4= kdelibs automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index 7e960132a3c..d047ffe95e2 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ libqca.so:devel/qca -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 USE_LDCONFIG= yes |