diff options
author | matusita <matusita@FreeBSD.org> | 2004-04-08 00:06:28 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-04-08 00:06:28 +0800 |
commit | 77394ca30c4d9f604b20cd61094a7a09dd993480 (patch) | |
tree | 194db63664d43954ab81ee1125c583639ac6296e /www | |
parent | 3121a1c0cb2fe6fc79e94da980258a3dc6661a92 (diff) | |
download | freebsd-ports-gnome-77394ca30c4d9f604b20cd61094a7a09dd993480.tar.gz freebsd-ports-gnome-77394ca30c4d9f604b20cd61094a7a09dd993480.tar.zst freebsd-ports-gnome-77394ca30c4d9f604b20cd61094a7a09dd993480.zip |
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')
-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 c58a44397cb1..ec4130778af7 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 |