diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:21:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:21:06 +0800 |
commit | 987d106e3bc89c74dfc08fcf9ef6005d90eb7bff (patch) | |
tree | 1939abf98753e33a2f86422bccb6ba4ce970322e | |
parent | 2f62b3cd1a8157aaf3ae4337114a1820ebb941b7 (diff) | |
download | freebsd-ports-gnome-987d106e3bc89c74dfc08fcf9ef6005d90eb7bff.tar.gz freebsd-ports-gnome-987d106e3bc89c74dfc08fcf9ef6005d90eb7bff.tar.zst freebsd-ports-gnome-987d106e3bc89c74dfc08fcf9ef6005d90eb7bff.zip |
- Stage support
- Convert USE_GMAKE to USES
-rw-r--r-- | x11/babl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile index c7b63f408339..26c07d510d00 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -20,13 +20,11 @@ USE_LDCONFIG= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool USE_GNOME= ltverhack -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= pathfix pkgconfig gmake CONFIGURE_ARGS= --disable-introspection OPTIONS_DEFINE= SIMD -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSIMD} |