svn commit: r345029 - head/devel/gaul

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 09:00:14 UTC 2014


Author: miwi
Date: Wed Feb 19 09:00:13 2014
New Revision: 345029
URL: http://svnweb.freebsd.org/changeset/ports/345029
QAT: https://qat.redports.org/buildarchive/r345029/

Log:
  - Stage support

Modified:
  head/devel/gaul/Makefile

Modified: head/devel/gaul/Makefile
==============================================================================
--- head/devel/gaul/Makefile	Wed Feb 19 08:59:47 2014	(r345028)
+++ head/devel/gaul/Makefile	Wed Feb 19 09:00:13 2014	(r345029)
@@ -16,11 +16,10 @@ LIB_DEPENDS=	slang.2:${PORTSDIR}/devel/l
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lcurses
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list