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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index cfed9cf5a557..baf7c40ff754 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -13,7 +13,8 @@ DISTNAME= gtk+-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Gimp Toolkit for X11 GUI (previous stable version) -USE_PERL5_BUILD= yes +USES= perl5 +USE_PERL5= build USE_XORG= x11 ice xext sm inputproto xi USE_GNOME= glib12 USE_LDCONFIG= yes diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 5fe36b60937c..0ab5b4626bda 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -29,12 +29,11 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ python:${PORTSDIR}/lang/python -USE_GMAKE= yes -USE_PERL5_BUILD=yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache -USES= gettext pkgconfig +USES= gettext gmake pkgconfig perl5 +USE_PERL5= build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static --with-xinput=yes diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 8f6d77fd5b00..486a6bec00d5 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -26,13 +26,13 @@ BUILD_DEPENDS+= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk -USE_PERL5_BUILD=yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GNOME= atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache # introspection:build -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig perl5 +USE_PERL5= build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit |