diff options
author | dougb <dougb@FreeBSD.org> | 2005-11-27 01:11:31 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-11-27 01:11:31 +0000 |
commit | 0766bd6ad8fc79590ac3ebf220ef69e74e829a04 (patch) | |
tree | 4bc1dd577886003dd4100a723efaf0850798f40f /dns/bind9 | |
parent | e2583d1348748a92f056cd542f10cfdf7b7c9d52 (diff) | |
download | FreeBSD-ports-0766bd6ad8fc79590ac3ebf220ef69e74e829a04.zip FreeBSD-ports-0766bd6ad8fc79590ac3ebf220ef69e74e829a04.tar.gz |
Committed the wrong version ... s#/usr/local#${LOCALBASE}#
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 8d1aff2..2d48f6d 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/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 |