diff options
author | taca <taca> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca> | 2005-01-28 14:08:01 +0000 |
commit | 75755eedcd5152756aa5691e7e25442ad3e56ffe (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /www/ap-ruby | |
parent | 1a5dfee78d36ff38e7f1a4a8920f0de96624bd86 (diff) | |
download | pkgsrc-75755eedcd5152756aa5691e7e25442ad3e56ffe.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'www/ap-ruby')
-rw-r--r-- | www/ap-ruby/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-ruby/Makefile b/www/ap-ruby/Makefile index 4b9fb84b0e2..e444cd0c3fb 100644 --- a/www/ap-ruby/Makefile +++ b/www/ap-ruby/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2004/12/17 01:53:00 taca Exp $ +# $NetBSD: Makefile,v 1.21 2005/01/28 14:08:02 taca Exp $ # DISTNAME= mod_ruby-${VERSION} PKGNAME= ap-${RUBY_PKGPREFIX}-${VERSION} +PKGREVISION= 1 CATEGORIES= www ruby MASTER_SITES= http://www.modruby.net/archive/ @@ -12,6 +13,7 @@ COMMENT= Apache module that embeds Ruby interpreter within CONFLICTS+= ap2-ruby* +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_PKGINSTALL= yes APACHE_MODULE= yes |