summaryrefslogtreecommitdiff
path: root/security/ruby-openssl/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 04:59:42 +0000
committersnj <snj>2004-04-27 04:59:42 +0000
commited5e12e656bacee6464cd8e94f05c013fc66fdf9 (patch)
treec6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /security/ruby-openssl/Makefile
parentcc712e2d16940f0df53326f5496fd3079e062634 (diff)
downloadpkgsrc-ed5e12e656bacee6464cd8e94f05c013fc66fdf9.tar.gz
Convert to buildlink3.
Diffstat (limited to 'security/ruby-openssl/Makefile')
-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"