diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 6 |
2 files changed, 1 insertions, 9 deletions
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 \ |