aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-17 15:01:43 +0800
committermiwi <miwi@FreeBSD.org>2014-02-17 15:01:43 +0800
commitf6102744edd941885bb92169e26a47dc1e486462 (patch)
tree8e51565e8ed1517e29aa543b4b01128f434e3dec
parent529d8b470ca2d638c2f701b88a37c7c07ead4b98 (diff)
downloadfreebsd-ports-gnome-f6102744edd941885bb92169e26a47dc1e486462.tar.gz
freebsd-ports-gnome-f6102744edd941885bb92169e26a47dc1e486462.tar.zst
freebsd-ports-gnome-f6102744edd941885bb92169e26a47dc1e486462.zip
- Stage support
- Convert USE_GMAKE -> USES
-rw-r--r--devel/libunicode/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile
index 072d813f55fc..e11e36a0b8bf 100644
--- a/devel/libunicode/Makefile
+++ b/devel/libunicode/Makefile
@@ -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>