svn commit: r344690 - head/devel/libunicode

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 07:01:44 UTC 2014


Author: miwi
Date: Mon Feb 17 07:01:43 2014
New Revision: 344690
URL: http://svnweb.freebsd.org/changeset/ports/344690
QAT: https://qat.redports.org/buildarchive/r344690/

Log:
  - Stage support
  - Convert USE_GMAKE -> USES

Modified:
  head/devel/libunicode/Makefile

Modified: head/devel/libunicode/Makefile
==============================================================================
--- head/devel/libunicode/Makefile	Mon Feb 17 07:01:20 2014	(r344689)
+++ head/devel/libunicode/Makefile	Mon Feb 17 07:01:43 2014	(r344690)
@@ -14,7 +14,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	A library for manipulating Unicode characters and strings
 
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share \
@@ -23,5 +23,4 @@ CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list