diff options
author | joerg <joerg> | 2014-06-10 15:22:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-06-10 15:22:13 +0000 |
commit | d252df15920716b2e1ad9b0f2f8fa07abff4b119 (patch) | |
tree | 2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /www/ap-ruby/Makefile | |
parent | 517c8f9dc06aef2a8153a319046527e7278e944a (diff) | |
download | pkgsrc-d252df15920716b2e1ad9b0f2f8fa07abff4b119.tar.gz |
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'www/ap-ruby/Makefile')
-rw-r--r-- | www/ap-ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile index 95bc1509339..55824c62fc8 100644 --- a/www/ap-ruby/Makefile +++ b/www/ap-ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/10/28 06:30:05 asau Exp $ +# $NetBSD: Makefile,v 1.38 2014/06/10 15:22:16 joerg Exp $ # DISTNAME= mod_ruby-${VERSION} @@ -14,7 +14,7 @@ COMMENT= Apache module that embeds Ruby interpreter within RUBY_VERSION_SUPPORTED= 18 APACHE_MODULE= yes -PKG_APACHE_ACCEPTED= apache13 apache2 apache22 +PKG_APACHE_ACCEPTED= apache22 USE_APR= yes VERSION= 1.3.0 HAS_CONFIGURE= yes |