Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 05:21:07 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344651 - head/x11/babl
Message-ID:  <201402170521.s1H5L7aT063443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170521.s1H5L7aT063443>