diff options
author | dougb <dougb@FreeBSD.org> | 2003-10-03 03:18:54 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-10-03 03:18:54 +0800 |
commit | 178656730f05ad0f8c08921d53b23f70b5754a4d (patch) | |
tree | 3d319ec8bdb7baa790df08b9edaa52a227a223ee /dns/bind9 | |
parent | 24d5078146ffccaeba7503fcd1f8d332647dec46 (diff) | |
download | freebsd-ports-gnome-178656730f05ad0f8c08921d53b23f70b5754a4d.tar.gz freebsd-ports-gnome-178656730f05ad0f8c08921d53b23f70b5754a4d.tar.zst freebsd-ports-gnome-178656730f05ad0f8c08921d53b23f70b5754a4d.zip |
Unbreak(?) USE_OPENSSL support for people that don't have it in the base
Submitted by: A cast of thousands
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 3b18842d03ce..caa864dc09dd 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -27,14 +27,9 @@ ISCVERSION= 9.2.3rc4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ - --with-randomdev=/dev/random + --with-randomdev=/dev/random --with-openssl -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 400014 USE_OPENSSL= yes -CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} -.endif .if defined(PORT_REPLACES_BASE_BIND9) PKGNAMESUFFIX= -base @@ -111,4 +106,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |