diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:55:41 +0000 |
commit | 184fe8daa42501edf954dd180c45af4c0ac1b31a (patch) | |
tree | 3c4966978dcdbf09071760438b6641e1107e1d97 /x11-toolkits/gtk20 | |
parent | Fix build with libc++ (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Reviewed by: kwm@
Approved by: kwm@ (gnome@)
Notes
Notes:
svn path=/head/; revision=327099
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |