Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 23:59:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340954 - head/devel/ultragetopt
Message-ID:  <201401242359.s0ONxVlv000506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jan 24 23:59:31 2014
New Revision: 340954
URL: http://svnweb.freebsd.org/changeset/ports/340954
QAT: https://qat.redports.org/buildarchive/r340954/

Log:
  Support stage

Modified:
  head/devel/ultragetopt/Makefile

Modified: head/devel/ultragetopt/Makefile
==============================================================================
--- head/devel/ultragetopt/Makefile	Fri Jan 24 23:58:01 2014	(r340953)
+++ head/devel/ultragetopt/Makefile	Fri Jan 24 23:59:31 2014	(r340954)
@@ -11,7 +11,7 @@ COMMENT=	Versatile and customizable impl
 
 LICENSE=	MIT
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	PREFIX="${PREFIX}"
 USE_LDCONFIG=	yes
@@ -19,5 +19,4 @@ PLIST_FILES=	include/ultragetopt.h lib/l
 		lib/libultragetopt.la lib/libultragetopt.so \
 		lib/libultragetopt.so.0
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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