summaryrefslogtreecommitdiff
path: root/security/xmlsec1/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2007-01-03 03:06:13 +0000
committerminskim <minskim>2007-01-03 03:06:13 +0000
commit94293cf0ececb00c681aea3ffa1229047252e3e2 (patch)
treebbd0fd51dd6725c37d5772df0d0b822040fe95d9 /security/xmlsec1/Makefile
parentac4f7f72c94e7cca606eb660d3f461de24145492 (diff)
downloadpkgsrc-94293cf0ececb00c681aea3ffa1229047252e3e2.tar.gz
Explicitly specify where to find openssl. Otherwise, the configure script
fails to detect native openssl on Darwin.
Diffstat (limited to 'security/xmlsec1/Makefile')
-rw-r--r--security/xmlsec1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index adc738d816d..f0403107e7c 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/07/07 15:49:33 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2007/01/03 03:06:13 minskim Exp $
#
DISTNAME= xmlsec1-1.2.6
@@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec-openssl.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/xmlsec.pc.in
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --without-openssl
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --without-gnutls
.include "../../security/openssl/buildlink3.mk"