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 /astro | |
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 'astro')
-rw-r--r-- | astro/kstars/Makefile | 2 | ||||
-rw-r--r-- | astro/libkgeomap/Makefile | 2 | ||||
-rw-r--r-- | astro/marble/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 2f63af4800f9..bbd19d7f0e75 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource compiler:c++11-lib tar:xz USE_QT4= opengl qmake_build moc_build rcc_build uic_build diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index 78681b93a19b..2b525ef80c2c 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -USE_KDE4= kdelibs kdeprefix automoc4 marble +USE_KDE4= kdelibs automoc4 marble USES= cmake:outsource pathfix tar:xz USE_LDCONFIG= yes USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build diff --git a/astro/marble/Makefile b/astro/marble/Makefile index bbe85c11d84a..c9384bb5e796 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -11,7 +11,7 @@ COMMENT= Virtual globe and world atlas for KDE LIB_DEPENDS= libquazip.so:archivers/quazip -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource gmake shared-mime-info tar:xz USE_QT4= corelib dbus declarative designer_build gui network phonon \ qtestlib script sql svg webkit xml \ |