svn commit: r344651 - head/x11/babl
Martin Wilke
miwi at FreeBSD.org
Mon Feb 17 05:21:07 UTC 2014
Author: miwi
Date: Mon Feb 17 05:21:06 2014
New Revision: 344651
URL: http://svnweb.freebsd.org/changeset/ports/344651
QAT: https://qat.redports.org/buildarchive/r344651/
Log:
- Stage support
- Convert USE_GMAKE to USES
Modified:
head/x11/babl/Makefile
Modified: head/x11/babl/Makefile
==============================================================================
--- head/x11/babl/Makefile Mon Feb 17 05:20:47 2014 (r344650)
+++ head/x11/babl/Makefile Mon Feb 17 05:21:06 2014 (r344651)
@@ -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}
More information about the svn-ports-all
mailing list