summaryrefslogtreecommitdiff
path: root/devel/opencm/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-01-07 01:10:14 +0000
committerminskim <minskim@pkgsrc.org>2005-01-07 01:10:14 +0000
commitcf64ecaf41257a43e5ade9713e11bcb5639c4a6c (patch)
treebf6334467bc33246950da3819f85a0ea42fe71c9 /devel/opencm/Makefile
parenta10ef12b86513a62b1d0702c3207cafb56dc6db4 (diff)
downloadpkgsrc-cf64ecaf41257a43e5ade9713e11bcb5639c4a6c.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/opencm/Makefile')
-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