diff options
author | matusita <matusita@FreeBSD.org> | 2004-04-07 16:06:28 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-04-07 16:06:28 +0000 |
commit | 77394ca30c4d9f604b20cd61094a7a09dd993480 (patch) | |
tree | 194db63664d43954ab81ee1125c583639ac6296e /www/aswiki | |
parent | 3121a1c0cb2fe6fc79e94da980258a3dc6661a92 (diff) | |
download | FreeBSD-ports-77394ca30c4d9f604b20cd61094a7a09dd993480.zip FreeBSD-ports-77394ca30c4d9f604b20cd61094a7a09dd993480.tar.gz |
Unbreak build.
RUBY_SHEBANG_FILES feature in bsd.ruby.mk kicks ${RUBY} to rewrite
files; ruby is used in build stage. So RUBY_NO_BUILD_DEPENDS should
_not_ be listed here.
Since this change doesn't affect the package contents itself, no bumps.
Found by: dosirak.kr.freebsd.org
Reported by: kris
Pointy hat to: matusita
Diffstat (limited to 'www/aswiki')
-rw-r--r-- | www/aswiki/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/aswiki/Makefile b/www/aswiki/Makefile index c58a443..ec41307 100644 --- a/www/aswiki/Makefile +++ b/www/aswiki/Makefile @@ -23,7 +23,6 @@ NO_BUILD= YES USE_REINPLACE= YES USE_RUBY= YES -RUBY_NO_BUILD_DEPENDS= YES RUBY_SHEBANG_FILES= aswiki.cgi USE_RUBY_FEATURES= strscan |