diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-25 08:28:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-25 08:28:34 +0800 |
commit | e22db88ca9a57604b9b75357f831f67921dfea5b (patch) | |
tree | 1d543c755e1a035df2f11741c28cde7fcece7bac | |
parent | f7fdf6cc5f2c05092394baead510f8f7cfa251a7 (diff) | |
download | freebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.tar.gz freebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.tar.zst freebsd-ports-gnome-e22db88ca9a57604b9b75357f831f67921dfea5b.zip |
Support stage
-rw-r--r-- | devel/rote/Makefile | 3 |
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> |