summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-01-03 03:06:13 +0000
committerminskim <minskim@pkgsrc.org>2007-01-03 03:06:13 +0000
commitcf15737f9a92b020057e22d24df0e8cfc438376d (patch)
treebbd0fd51dd6725c37d5772df0d0b822040fe95d9 /security
parentcb43b130a083deba084f3256879cd13dba5fe2dd (diff)
downloadpkgsrc-cf15737f9a92b020057e22d24df0e8cfc438376d.tar.gz
Explicitly specify where to find openssl. Otherwise, the configure script
fails to detect native openssl on Darwin.
Diffstat (limited to 'security')
-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"