diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c879597001d5ea5ee3658d9d7cac668dd5ddc515 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /security | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 | ||||
-rw-r--r-- | security/ruby16-openssl/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 1b7dd111685..911bf04353f 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/11/28 04:19:35 taca Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 +PKGREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not available COMMENT= TCP wrappers library for Ruby +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-tcpwrap diff --git a/security/ruby16-openssl/Makefile b/security/ruby16-openssl/Makefile index aab29a1cc1c..d09a29fad45 100644 --- a/security/ruby16-openssl/Makefile +++ b/security/ruby16-openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:47:36 taca Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:02 taca Exp $ DISTNAME= ossl-0.1.4a PKGNAME= ${RUBY_PKGPREFIX}-openssl-0.1.4a @@ -11,6 +11,7 @@ COMMENT= OpenSSL interface module for Ruby CONFLICTS= ruby-ossl-* +RUBY_HAS_ARCHLIB= yes RUBY_VERSION= ${RUBY16_VERSION} USE_BUILDLINK3= YES USE_RUBY_EXTCONF= YES |