summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-01 19:58:37 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-01 19:58:37 +0000
commit260dfa18d12a3eb06485b8173a942d63cfc52dd1 (patch)
treed221ea3893b405284739c8f6510f3e37b6c4e68c
parentUpdate to 3.3c (diff)
- fix dbus dependency issue
- change IPv6 OPTION default to off - bump PORTREVISION PR: ports/101172 Submitted by: Babak Farrokhi (maintainer)
Notes
Notes: svn path=/head/; revision=169389
-rw-r--r--dns/dnsmasq/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index cb6ff93f8459..e3d79342d290 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dnsmasq
PORTVERSION= 2.32
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@@ -22,9 +23,11 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
USE_GETOPT_LONG=yes
USE_GMAKE= yes
-MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
+USE_GNOME= pkgconfig
+MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}"
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
-OPTIONS= IPV6 "IPv6 support" on
+OPTIONS= IPV6 "IPv6 support" off
OPTIONS+= DBUS "D_BUS support" off
.include <bsd.port.pre.mk>