aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/eruby
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
committerdinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
commit2b046d64117ade41e336404023c6f8150293fc4a (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /textproc/eruby
parenta68540824c2afc9f423babe69b1494598b151be9 (diff)
downloadfreebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'textproc/eruby')
-rw-r--r--textproc/eruby/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile
index 04cfed44a3aa..3590ef0336cd 100644
--- a/textproc/eruby/Makefile
+++ b/textproc/eruby/Makefile
@@ -12,6 +12,8 @@ DIST_SUBDIR= ruby
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP
+NO_STAGE= yes
+
USE_RUBY= yes
CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}"
@@ -29,7 +31,6 @@ DOCS_EN= COPYING ChangeLog README.en \
${RUBY_RD_HTML_FILES}
DOCS_JA= README.ja
-NO_STAGE= yes
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb ${CONFIGURE_ARGS}