diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:25:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:25:40 +0800 |
commit | 2875cc1d62269112a08614cd256106be52c9b86b (patch) | |
tree | eb7d26c0267e1f9dc4c7f306876f30e986924323 /x11-toolkits/gtkextra2 | |
parent | 8f6adf3f249f1e80d58c82a11d53d28bc44f9d18 (diff) | |
download | freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.tar.gz freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.tar.zst freebsd-ports-gnome-2875cc1d62269112a08614cd256106be52c9b86b.zip |
- Convert USE_XZ/BZIP2/GMAKE to USES
Diffstat (limited to 'x11-toolkits/gtkextra2')
-rw-r--r-- | x11-toolkits/gtkextra2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtkextra2/Makefile b/x11-toolkits/gtkextra2/Makefile index cf6405d8068a..77954398bc0b 100644 --- a/x11-toolkits/gtkextra2/Makefile +++ b/x11-toolkits/gtkextra2/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A useful widget set complementary to GTK+ 2.0 -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_CSTD= gnu89 USE_LDCONFIG= yes |