aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 09:31:28 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 09:31:28 +0000
commit54c631b2bb33d54b13ee944a38b3eaef1133e819 (patch)
tree74b294b8fc5dae27d8dc495ff9b9238064c494af
parent96420a7e04f589f38254d1b622ba2ec6e49b29ac (diff)
downloadports-54c631b2bb33d54b13ee944a38b3eaef1133e819.tar.gz
ports-54c631b2bb33d54b13ee944a38b3eaef1133e819.zip
Notes
-rw-r--r--dns/dnsmasq/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 82a54804dcec..055d52c4c633 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: dnsmasq
# Date created: 1 June 2003
-# Whom: Steven Honson <steven@honson.org>
+# Whom: Steven Honson
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
-MAINTAINER= steven@honson.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight, easy to configure DNS forwarder and DHCP server
MAN8= dnsmasq.8
@@ -25,6 +25,11 @@ USE_GETOPT_LONG=yes
USE_GMAKE= yes
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
+OPTIONS= IPV6 "IPv6 support" on
+OPTIONS+= DBUS "D_BUS support" off
+
+.include <bsd.port.pre.mk>
+
.if defined(WITHOUT_IPV6)
CFLAGS+= -DNO_IPV6
.endif
@@ -34,8 +39,6 @@ LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus
CFLAGS+= -DWITH_DBUS
.endif
-.include <bsd.port.pre.mk>
-
.if ${OSVERSION} < 500037
USE_RC_SUBR= dnsmasq.sh
.else