diff options
-rw-r--r-- | devel/opencm/Makefile | 3 |
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 |