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 /finance | |
parent | c1ab41bc93a8a639fc44cd0eff6184af28c54b27 (diff) | |
download | freebsd-ports-gnome-660737c71678de2a8a901f1efb2a6ae7e2af5ae3.tar.gz freebsd-ports-gnome-660737c71678de2a8a901f1efb2a6ae7e2af5ae3.tar.zst freebsd-ports-gnome-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 'finance')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 2 | ||||
-rw-r--r-- | finance/libalkimia/Makefile | 2 | ||||
-rw-r--r-- | finance/skrooge/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index a0d647603487..ae6db8ebcac1 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_graph.so:devel/boost-libs \ USES= cmake pkgconfig shared-mime-info shebangfix tar:xz USE_QT4= gui dbus network phonon sql svg xml \ qmake_build moc_build rcc_build uic_build -USE_KDE4= kdeprefix automoc4 kdelibs pimlibs +USE_KDE4= automoc4 kdelibs pimlibs USE_LDCONFIG= yes SHEBANG_FILES= kmymoney/misc/financequote.pl diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile index 95bd06331aa2..3c653fca719e 100644 --- a/finance/libalkimia/Makefile +++ b/finance/libalkimia/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:math/gmp USES= cmake:outsource pathfix tar:xz -USE_KDE4= automoc4 kdeprefix kdelibs +USE_KDE4= automoc4 kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index a6a1e0f8352f..02892ca301cf 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libofx.so:finance/libofx \ USES= cmake:outsource gettext shared-mime-info sqlite:3 tar:xz USE_QT4= qmake_build moc_build uic_build rcc_build designer_build \ corelib dbus gui script sql webkit xml sql-sqlite3_run -USE_KDE4= automoc4 kdelibs kdeprefix pimlibs +USE_KDE4= automoc4 kdelibs pimlibs USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} \ |