diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 04:54:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 04:54:47 +0800 |
commit | 9c1d749a4771eec9c5471b1a48eaa364d26f65d6 (patch) | |
tree | 41e26c3c27d1592f775d91e9deb6bad05c1c9c5a | |
parent | fa3645f8a516b695c6123666ae33b681108994ea (diff) | |
download | marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar.gz marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar.bz2 marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar.lz marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar.xz marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.tar.zst marcuscom-ports-9c1d749a4771eec9c5471b1a48eaa364d26f65d6.zip |
Gperf dependacy is handled by USES=gperf.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20029 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 1 | ||||
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 6 |
3 files changed, 1 insertions, 10 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index f64465759..bcf77fa34 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -15,7 +15,6 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ - gperf>=0:${PORTSDIR}/devel/gperf \ vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth \ diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 8ffd9d25f..9dc7e39d9 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -12,11 +12,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= gnome@FreeBSD.org COMMENT= An opensource browser engine -# Use the port>=0 form or the system versions of flex and gperf -# will be detected instead, breaking the build. - BUILD_DEPENDS= flex>=0:${PORTSDIR}/textproc/flex \ - gperf>=0:${PORTSDIR}/devel/gperf \ gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libicutu.so:${PORTSDIR}/devel/icu \ diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index ea7e02e9f..e34f92000 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -12,11 +12,7 @@ DISTNAME= ${PORTNAME}gtk-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Opensource browser engine using the GTK+ 3 toolkit -# Use the port>=0 form or the system gperf version will get -# detected instead, breaking the build. - -BUILD_DEPENDS= gperf>=0:${PORTSDIR}/devel/gperf \ - gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ +BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc \ geoclue>=0:${PORTSDIR}/net/geoclue LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libsecret-1.so:${PORTSDIR}/security/libsecret \ |