aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind96
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-11-27 09:11:31 +0800
committerdougb <dougb@FreeBSD.org>2005-11-27 09:11:31 +0800
commit0766bd6ad8fc79590ac3ebf220ef69e74e829a04 (patch)
tree4bc1dd577886003dd4100a723efaf0850798f40f /dns/bind96
parente2583d1348748a92f056cd542f10cfdf7b7c9d52 (diff)
downloadfreebsd-ports-gnome-0766bd6ad8fc79590ac3ebf220ef69e74e829a04.tar.gz
freebsd-ports-gnome-0766bd6ad8fc79590ac3ebf220ef69e74e829a04.tar.zst
freebsd-ports-gnome-0766bd6ad8fc79590ac3ebf220ef69e74e829a04.zip
Committed the wrong version ... s#/usr/local#${LOCALBASE}#
Diffstat (limited to 'dns/bind96')
-rw-r--r--dns/bind96/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 8d1aff2298e5..2d48f6d64257 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/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