aboutsummaryrefslogtreecommitdiff
path: root/textproc/libuninameslist
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-24 03:20:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-24 03:20:14 +0000
commit466df4baf5a653768259ea04641b1cfd44ad584c (patch)
treef0d2529db54de555d7e5f3fa4768748e2f672cb7 /textproc/libuninameslist
parentd71a1b6f90ec8f7768cdc110662d9fd5adffe827 (diff)
downloadports-466df4baf5a653768259ea04641b1cfd44ad584c.tar.gz
ports-466df4baf5a653768259ea04641b1cfd44ad584c.zip
- Support staging
- Convert USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=337317
Diffstat (limited to 'textproc/libuninameslist')
-rw-r--r--textproc/libuninameslist/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libuninameslist/Makefile b/textproc/libuninameslist/Makefile
index 44e9d5a2796c..ff4cbdfb8868 100644
--- a/textproc/libuninameslist/Makefile
+++ b/textproc/libuninameslist/Makefile
@@ -12,10 +12,9 @@ COMMENT= A library of Unicode annotation data
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>