Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 03:20:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337317 - head/textproc/libuninameslist
Message-ID:  <201312240320.rBO3KFsc080298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 24 03:20:14 2013
New Revision: 337317
URL: http://svnweb.freebsd.org/changeset/ports/337317

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Modified:
  head/textproc/libuninameslist/Makefile

Modified: head/textproc/libuninameslist/Makefile
==============================================================================
--- head/textproc/libuninameslist/Makefile	Tue Dec 24 03:20:07 2013	(r337316)
+++ head/textproc/libuninameslist/Makefile	Tue Dec 24 03:20:14 2013	(r337317)
@@ -12,10 +12,9 @@ COMMENT=	A library of Unicode annotation
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 ALL_TARGET=	both
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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