diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
commit | 059340ceb7b48dcb0df914995161c233f99ef0fd (patch) | |
tree | 78d454d1406bb5d97fc294cd6f44956fcc86cf03 /multimedia/kdemultimedia4-mplayerthumbs | |
parent | 9e185cd270a8606947ba47c16334db773754ec0a (diff) | |
download | ports-059340ceb7b48dcb0df914995161c233f99ef0fd.tar.gz ports-059340ceb7b48dcb0df914995161c233f99ef0fd.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
Notes
Notes:
svn path=/head/; revision=415864
Diffstat (limited to 'multimedia/kdemultimedia4-mplayerthumbs')
-rw-r--r-- | multimedia/kdemultimedia4-mplayerthumbs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kdemultimedia4-mplayerthumbs/Makefile b/multimedia/kdemultimedia4-mplayerthumbs/Makefile index faafc749e4da..a84d811e95af 100644 --- a/multimedia/kdemultimedia4-mplayerthumbs/Makefile +++ b/multimedia/kdemultimedia4-mplayerthumbs/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL21 RUN_DEPENDS= mplayer:multimedia/mplayer USES= cmake:outsource tar:xz -USE_KDE4= automoc4 kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs USE_QT4= phonon moc_build qmake_build rcc_build uic_build .include <bsd.port.mk> |