summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorseb <seb>2003-03-05 15:55:57 +0000
committerseb <seb>2003-03-05 15:55:57 +0000
commit1d6c57d8592bd5e09ba866a23b7dd8d995a5131e (patch)
tree173539be5d11a6ce8f9e084222a63a8e04aa6350 /sysutils
parent7f784dcc46f1fa1e101b763ec5b22611082fe71e (diff)
downloadpkgsrc-1d6c57d8592bd5e09ba866a23b7dd8d995a5131e.tar.gz
Give OpenSSL prefix to configure so that systems without in-tree
OpenSSL can actually build this package.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile
index f418423d5a7..1bb2ccacf9b 100644
--- a/sysutils/cfengine2/Makefile
+++ b/sysutils/cfengine2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/12/22 13:04:38 seb Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/05 15:55:57 seb Exp $
#
.include "../../sysutils/cfengine2/Makefile.common"
@@ -10,6 +10,7 @@ GNU_CONFIGURE= YES
PTHREAD_OPTS+= require
CONFIGURE_ARGS+= --with-berkeleydb=${BUILDLINK_PREFIX.db4}
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
pre-configure:
${MV} -f ${WRKSRC}/contrib/vicf.in ${WRKSRC}/contrib/vicf.in.orig