diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 08:12:20 +0000 |
commit | 9df46da441b2f987d1628a8de18f5a5ee8f5a27e (patch) | |
tree | 41a5f070d05e4c30095d6a6d7c571cee440e11d8 /www/gtkhtml3 | |
parent | 147e9e7def9e394da301a1f56528a735e49ded91 (diff) | |
download | ports-9df46da441b2f987d1628a8de18f5a5ee8f5a27e.tar.gz ports-9df46da441b2f987d1628a8de18f5a5ee8f5a27e.zip |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Notes
Notes:
svn path=/head/; revision=348295
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 31a10b1e22f0..f7e1086b3ef7 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -21,10 +21,8 @@ LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext pkgconfig -USE_BZIP2= yes +USES= gettext pkgconfig gmake tar:bzip2 USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |