summaryrefslogtreecommitdiff
path: root/dns/bind9-sdb-mysql
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-10-08 20:22:43 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-10-08 20:22:43 +0000
commitb1bdd1d3ea6b578037089dad95d91e77b9463dd8 (patch)
treefaaa67ee421127322b8a0f337998afee3d8c4641 /dns/bind9-sdb-mysql
parentUpdate to 0.7.5. (diff)
Correct USE_OPENSSL behavior.
Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com> PR: 57689 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=90662
Diffstat (limited to 'dns/bind9-sdb-mysql')
-rw-r--r--dns/bind9-sdb-mysql/Makefile14
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>