diff options
author | swills <swills@FreeBSD.org> | 2014-01-03 04:08:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-01-03 04:08:18 +0800 |
commit | 3c66fb4bd2da52b6bc24c1ddb618ed3908c792f5 (patch) | |
tree | b006bba18543441797dbd15554cfbbdd70181032 /security | |
parent | 7dd40e78eddb7d9bbb28dec78d0c5f6433c8f0d6 (diff) | |
download | freebsd-ports-gnome-3c66fb4bd2da52b6bc24c1ddb618ed3908c792f5.tar.gz freebsd-ports-gnome-3c66fb4bd2da52b6bc24c1ddb618ed3908c792f5.tar.zst freebsd-ports-gnome-3c66fb4bd2da52b6bc24c1ddb618ed3908c792f5.zip |
- Ruby 1.8 is gone, switch to USE_RUBY=yes
With hat: ruby@
Diffstat (limited to 'security')
-rw-r--r-- | security/arirang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 8233bead5a77..ec7470baec48 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -13,7 +13,7 @@ COMMENT= Powerful webserver security scanner for network LICENSE= BSD -USE_RUBY= 1.8+ +USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_LIBRUBY= yes |