summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-02-11 05:01:13 +0000
committertaca <taca@pkgsrc.org>2013-02-11 05:01:13 +0000
commitb7723b1dfc16794dc881b3f45f5f6e633445f4fd (patch)
tree3e29d10bf266f42de95af666a1098056117b63a0 /security
parent7b046e67931d1361b092a3c1f28de4f4d56fdb69 (diff)
downloadpkgsrc-b7723b1dfc16794dc881b3f45f5f6e633445f4fd.tar.gz
Depends on rubygems when ruby's version is 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r--security/opendnssec/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/opendnssec/Makefile b/security/opendnssec/Makefile
index 91a32b3be69..843e51b32e4 100644
--- a/security/opendnssec/Makefile
+++ b/security/opendnssec/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2013/01/26 21:38:48 adam Exp $
+# $NetBSD: Makefile,v 1.30 2013/02/11 05:01:13 taca Exp $
#
DISTNAME= opendnssec-1.3.12
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security net
MASTER_SITES= http://www.opendnssec.org/files/source/
@@ -12,7 +12,6 @@ COMMENT= OSS for a fast and easy DNSSEC deployment
LICENSE= 2-clause-bsd
DEPENDS+= ldns>=1.6.13:../../net/ldns
-DEPENDS+= ${RUBY_PKGPREFIX}-rubygems-[0-9]*:../../misc/rubygems
DEPENDS+= ${RUBY_PKGPREFIX}-dnsruby>=1.53:../../net/ruby-dnsruby
BUILD_DEPENDS+= CUnit-[0-9]*:../../devel/cunit
@@ -74,6 +73,8 @@ OWN_DIRS+= ${VARBASE}/opendnssec/unsigned
.if ${RUBY_VER} != 18
DEPENDS+= ${RUBY_PKGPREFIX}-soap4r>=2.0.3:../../net/ruby-soap4r
+.else
+DEPENDS+= ${RUBY_PKGPREFIX}-rubygems-[0-9]*:../../misc/rubygems
.endif
.include "options.mk"