From 178656730f05ad0f8c08921d53b23f70b5754a4d Mon Sep 17 00:00:00 2001 From: dougb Date: Thu, 2 Oct 2003 19:18:54 +0000 Subject: Unbreak(?) USE_OPENSSL support for people that don't have it in the base Submitted by: A cast of thousands --- dns/bind96/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'dns/bind96') diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 3b18842d03c..caa864dc09d 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 - -.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 +.include -- cgit