diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-11-27 01:11:31 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-11-27 01:11:31 +0000 |
commit | 2a60dce58561f868f79d90874f3facd5e9978b0d (patch) | |
tree | f6e23a58b7cd6570cf32838b2340944e7ed24cd1 /dns/bind94 | |
parent | 5e322f5e1ee64a9ae2225b6c25e9fb94617c5264 (diff) | |
download | ports-2a60dce58561f868f79d90874f3facd5e9978b0d.tar.gz ports-2a60dce58561f868f79d90874f3facd5e9978b0d.zip |
Notes
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 2 |
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 |