diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:17:44 +0800 |
commit | 4c4a11f7144e709be034f6fff58ed87baed516dd (patch) | |
tree | 9ed42c9c13bc14b749df74d4df401f1278278d01 /devel/ruby-korundum | |
parent | 022b443812b838b9622f5eb987c038f275e0f6ea (diff) | |
download | freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.gz freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.tar.zst freebsd-ports-gnome-4c4a11f7144e709be034f6fff58ed87baed516dd.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 4)
Diffstat (limited to 'devel/ruby-korundum')
-rw-r--r-- | devel/ruby-korundum/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ruby-korundum/Makefile b/devel/ruby-korundum/Makefile index 524792ccb2c5..b2ee5ba3f541 100644 --- a/devel/ruby-korundum/Makefile +++ b/devel/ruby-korundum/Makefile @@ -22,6 +22,7 @@ USE_RUBY= yes USE_XZ= yes USES= cmake:outsource +NO_STAGE= yes .include <bsd.port.pre.mk> CMAKE_ARGS+= -DRUBY_LIBRARY=${LOCALBASE}/lib/lib${RUBY_NAME}.so \ |