aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-25 08:28:34 +0800
committerbapt <bapt@FreeBSD.org>2014-01-25 08:28:34 +0800
commite22db88ca9a57604b9b75357f831f67921dfea5b (patch)
tree1d543c755e1a035df2f11741c28cde7fcece7bac
parentf7fdf6cc5f2c05092394baead510f8f7cfa251a7 (diff)
downloadfreebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.tar.gz
freebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.tar.zst
freebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.zip
Support stage
-rw-r--r--devel/rote/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/rote/Makefile b/devel/rote/Makefile
index e396585adc66..a3119b362f32 100644
--- a/devel/rote/Makefile
+++ b/devel/rote/Makefile
@@ -10,12 +10,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A simple library for VT102 terminal emulation
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_LDCONFIG= yes
PLIST_FILES= bin/rote-config include/rote/rote.h \
lib/librote.so.${PORTVERSION} lib/librote.so.0 lib/librote.so
PLIST_DIRS= include/rote
-NO_STAGE= yes
.include <bsd.port.mk>