Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 07:01:44 +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: r344690 - head/devel/libunicode
Message-ID:  <201402170701.s1H71iKU005895@svn.freebsd.org>

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



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