diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:00:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-19 09:00:13 +0000 |
commit | 161d9129a4fbc3c7716aa75635bcf105615967ba (patch) | |
tree | 8bbcbe7de3eac975ac1dc358d507aa3cd7e9e2a2 | |
parent | 93ca3ac495208155bbe741889c146a6cabe64337 (diff) | |
download | ports-161d9129a4fbc3c7716aa75635bcf105615967ba.tar.gz ports-161d9129a4fbc3c7716aa75635bcf105615967ba.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=345029
-rw-r--r-- | devel/gaul/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index e682a23834f2..d9438a0a8c1d 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -16,11 +16,10 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lcurses USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk> |