diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-24 11:20:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-12-24 11:20:14 +0800 |
commit | a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07 (patch) | |
tree | f0d2529db54de555d7e5f3fa4768748e2f672cb7 | |
parent | 337c3fbc760ce848a4aedbe812bbd4f553e6a1ac (diff) | |
download | freebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.tar.gz freebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.tar.zst freebsd-ports-gnome-a7bbd07cdbbeb3749a56e0bb926bafb83ffdfc07.zip |
- Support staging
- Convert USE_GMAKE to USES
-rw-r--r-- | textproc/libuninameslist/Makefile | 3 |
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> |