diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-08 20:22:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-08 20:22:43 +0000 |
commit | b1bdd1d3ea6b578037089dad95d91e77b9463dd8 (patch) | |
tree | faaa67ee421127322b8a0f337998afee3d8c4641 /dns | |
parent | 678cdc85a974aaba169448fd559860e6a6555ae3 (diff) | |
download | ports-b1bdd1d3ea6b578037089dad95d91e77b9463dd8.tar.gz ports-b1bdd1d3ea6b578037089dad95d91e77b9463dd8.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-sdb-mysql/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dns/bind9-sdb-mysql/Makefile b/dns/bind9-sdb-mysql/Makefile index c973326a05f5..020dcc6bc0eb 100644 --- a/dns/bind9-sdb-mysql/Makefile +++ b/dns/bind9-sdb-mysql/Makefile @@ -27,17 +27,11 @@ COMMENT= BIND DNS 9 server which supports a MySQL backend ISCVERSION= 9.2.2-P3 USE_MYSQL= YES +USE_OPENSSL= YES USE_REINPLACE= YES -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ - --with-randomdev=/dev/random - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 -USE_OPENSSL= yes -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.endif + --with-randomdev=/dev/random --with-openssl=${OPENSSLBASE} .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base @@ -115,4 +109,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |