aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gaul/Makefile3
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>