summaryrefslogtreecommitdiff
path: root/dns/bind94
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-11-27 01:11:31 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-11-27 01:11:31 +0000
commit2a60dce58561f868f79d90874f3facd5e9978b0d (patch)
treef6e23a58b7cd6570cf32838b2340944e7ed24cd1 /dns/bind94
parentUpdate to 1.6.4. (diff)
Committed the wrong version ... s#/usr/local#${LOCALBASE}#
Notes
Notes: svn path=/head/; revision=149630
Diffstat (limited to 'dns/bind94')
-rw-r--r--dns/bind94/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 8d1aff2298e5..2d48f6d64257 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
USE_OPENSSL= yes
.if defined(WITH_OPENSSL_PORT)
-CONFIGURE_ARGS+= --with-openssl=/usr/local
+CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-openssl
.endif