diff options
author | dougb <dougb@FreeBSD.org> | 2005-11-27 09:11:31 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-11-27 09:11:31 +0800 |
commit | 0766bd6ad8fc79590ac3ebf220ef69e74e829a04 (patch) | |
tree | 4bc1dd577886003dd4100a723efaf0850798f40f /dns/bind96 | |
parent | e2583d1348748a92f056cd542f10cfdf7b7c9d52 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |