diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-10-02 19:18:54 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-10-02 19:18:54 +0000 |
commit | 6825ecd5f03b689be7a5f15eab8be3e1731e0717 (patch) | |
tree | 3cbb56d80e6e94679ef6c837ef7328da320a8421 /dns | |
parent | da741cc5b1e6a5175a02e941b6ad7841b59b6852 (diff) | |
download | ports-6825ecd5f03b689be7a5f15eab8be3e1731e0717.tar.gz ports-6825ecd5f03b689be7a5f15eab8be3e1731e0717.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9/Makefile | 9 | ||||
-rw-r--r-- | dns/bind94/Makefile | 9 | ||||
-rw-r--r-- | dns/bind95/Makefile | 9 | ||||
-rw-r--r-- | dns/bind96/Makefile | 9 |
4 files changed, 8 insertions, 28 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> diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 3b18842d03ce..caa864dc09dd 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/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> diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 3b18842d03ce..caa864dc09dd 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/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> diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 3b18842d03ce..caa864dc09dd 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/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> |