summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim>2005-01-07 01:10:14 +0000
committerminskim <minskim>2005-01-07 01:10:14 +0000
commite5bfa02fe332cf9be47f81557427dc8dd45b5a7b (patch)
treebf6334467bc33246950da3819f85a0ea42fe71c9 /devel
parentd37bc4fe97bb9103e03773f9a7240f3caa52e5bf (diff)
downloadpkgsrc-e5bfa02fe332cf9be47f81557427dc8dd45b5a7b.tar.gz
Specify the openssl path explicitly. Without this, the package
doesn't build on platforms without native ssl library because the configure script fails to find pkgsrc openssl.
Diffstat (limited to 'devel')
-rw-r--r--devel/opencm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile
index 7a4603ea5ee..27432b968ac 100644
--- a/devel/opencm/Makefile
+++ b/devel/opencm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/12/04 23:37:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/07 01:10:14 minskim Exp $
#
DISTNAME= ${OPENCM_VERSION}-2-src
@@ -17,6 +17,7 @@ USE_PKGINSTALL= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --infodir=${PREFIX}/${INFO_DIR}
+CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
OPENCM_VERSION= opencm-0.1.2alpha8