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 /www | |
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 'www')
-rw-r--r-- | www/choqok/Makefile | 2 | ||||
-rw-r--r-- | www/kdewebdev4/Makefile | 2 | ||||
-rw-r--r-- | www/kpartsplugin/Makefile | 2 | ||||
-rw-r--r-- | www/kwebkitpart/Makefile | 2 | ||||
-rw-r--r-- | www/rekonq/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile index fd096b45abc6..9c49a6ebbf4a 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libqjson.so:devel/qjson \ libqoauth.so:net/qoauth \ libtelepathy-qt4.so:net-im/telepathy-qt4 -USE_KDE4= attica automoc4 kdelibs kdeprefix +USE_KDE4= attica automoc4 kdelibs USE_QT4= gui imageformats_run network \ moc_build qmake_build rcc_build uic_build USES= cmake gettext tar:xz diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 40e6cf60447f..a6bdab64a6b7 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libtidy.so:www/tidy-lib \ libboost_thread.so:devel/boost-libs USE_GNOME= libxml2 libxslt -USE_KDE4= kdelibs pimlibs kdeprefix automoc4 +USE_KDE4= kdelibs pimlibs automoc4 USES= cmake:outsource tar:xz USE_QT4= dbus porting_build \ qmake_build moc_build rcc_build uic_build uic3_build diff --git a/www/kpartsplugin/Makefile b/www/kpartsplugin/Makefile index edea37eeca23..15cf96de68a8 100644 --- a/www/kpartsplugin/Makefile +++ b/www/kpartsplugin/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTDATE} MAINTAINER= avilla@FreeBSD.org COMMENT= Browser file viewer using KDE technology -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USES= cmake webplugin:native tar:bzip2 CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}" diff --git a/www/kwebkitpart/Makefile b/www/kwebkitpart/Makefile index c9bd366e9b9f..e8675d4238b3 100644 --- a/www/kwebkitpart/Makefile +++ b/www/kwebkitpart/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/makc MAINTAINER= kde@FreeBSD.org COMMENT= Web browser component for KDE SC based on QtWebKit -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= designer gui webkit \ moc_build qmake_build rcc_build uic_build USES= cmake cpe tar:xz diff --git a/www/rekonq/Makefile b/www/rekonq/Makefile index f0b1a3d49ac9..2cdd6f539a0e 100644 --- a/www/rekonq/Makefile +++ b/www/rekonq/Makefile @@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Lightweight KDE browser based on WebKit USES= cmake:outsource gettext tar:xz -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build |