diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:55:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:55:41 +0800 |
commit | 97be478202aed01041512ee00b968768877f45a6 (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /www | |
parent | 6b2f9be610deb3169a4a84727e1040501062d9e1 (diff) | |
download | freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.tar.gz freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.tar.zst freebsd-ports-gnome-97be478202aed01041512ee00b968768877f45a6.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@)
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 70a06a024a13..6517cd76d1e0 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -25,12 +25,10 @@ USE_XZ= yes USE_PYTHON_BUILD= yes USE_GSTREAMER= yes USE_XORG= xt -USES= bison pkgconfig gettext -USE_GMAKE= yes +USES= bison gmake pkgconfig gettext perl5 USE_AUTOTOOLS= libtool USE_GNOME= gtk20 libxslt ltverhack USE_SQLITE= yes -USE_PERL5= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index e843652b7b9d..f5c619f0363f 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -24,12 +24,10 @@ LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \ USE_XZ= yes USE_GSTREAMER= yes USE_XORG= xt -USES= bison pkgconfig gettext -USE_GMAKE= yes +USES= bison gmake pkgconfig gettext perl5 USE_AUTOTOOLS= libtool USE_GNOME= gtk30 libxslt ltverhack USE_SQLITE= yes -USE_PERL5= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \ |