summaryrefslogtreecommitdiff
path: root/security/ruby-openssl
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-25 09:36:24 +0000
committerwiz <wiz>2002-10-25 09:36:24 +0000
commit8a7bbef992426b1be7194fbe2a207d9c94616e97 (patch)
treeb9b05fb554e6774938833ee62831706a6fc58811 /security/ruby-openssl
parent9848c1f7729575e2e770cd2d14aff52038ab410d (diff)
downloadpkgsrc-8a7bbef992426b1be7194fbe2a207d9c94616e97.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'security/ruby-openssl')
-rw-r--r--security/ruby-openssl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/security/ruby-openssl/Makefile b/security/ruby-openssl/Makefile
index 488da07b502..624babf67e0 100644
--- a/security/ruby-openssl/Makefile
+++ b/security/ruby-openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/08/30 23:48:22 taca Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/25 09:36:24 wiz Exp $
DISTNAME= ossl-0.1.2a
PKGNAME= ${RUBY_PKGNAMEPREFIX}openssl-0.1.2.1
@@ -12,11 +12,11 @@ COMMENT= OpenSSL interface module for Ruby
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
RUBY_REQD= 1.6.4
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
-CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_DIR}/include" \
- --with-ssl-lib="${BUILDLINK_DIR}/lib"
+CONFIGURE_ARGS= --with-ssl-include="${BUILDLINK_PREFIX.openssl}/include" \
+ --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib"
INSTALL_TARGET= site-install
DOCS= ChangeLog README
@@ -27,5 +27,6 @@ post-install:
.endfor
.include "../../lang/ruby-base/Makefile.common"
-.include "../../security/openssl/buildlink.mk"
+.include "../../lang/ruby-base/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"