aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-12-24 11:20:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-12-24 11:20:14 +0800
commita7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07 (patch)
treef0d2529db54de555d7e5f3fa4768748e2f672cb7 /textproc
parent337c3fbc760ce848a4aedbe812bbd4f553e6a1ac (diff)
downloadfreebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.tar.gz
freebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.tar.zst
freebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.zip
- Support staging
- Convert USE_GMAKE to USES
Diffstat (limited to 'textproc')
-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>