summaryrefslogtreecommitdiff
path: root/security/ruby-openssl
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-27 04:59:42 +0000
committersnj <snj@pkgsrc.org>2004-04-27 04:59:42 +0000
commit67721bd22d50a02e35021f1d03c3658680e89201 (patch)
treec6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /security/ruby-openssl
parent763c7a82b9f2eebd8438ab3acc284818c1f5f2fe (diff)
downloadpkgsrc-67721bd22d50a02e35021f1d03c3658680e89201.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r--security/ruby-openssl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile
index 6f268bdf13b..e10b2a39a7a 100644
--- a/security/ruby-openssl/Makefile
+++ b/security/ruby-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/27 05:44:22 snj Exp $
DISTNAME= ossl-0.1.4a
PKGNAME= ${RUBY_PKGNAMEPREFIX}openssl-0.1.4.1
@@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/ossl
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
RUBY_REQD= 1.6.4
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
CONFLICTS= ruby-ossl-*
CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \
@@ -29,6 +29,6 @@ post-install:
.endfor
.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"