aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-08-02 03:58:37 +0800
committeritetcu <itetcu@FreeBSD.org>2006-08-02 03:58:37 +0800
commite8fd99e220368486936678ef0228c81a51388c09 (patch)
treeb8e5200b717823f098499a78ab13dcafad1a8999
parent80a823bef296c0d278645c3d870b5e802f093787 (diff)
downloadfreebsd-ports-gnome-e8fd99e220368486936678ef0228c81a51388c09.tar.gz
freebsd-ports-gnome-e8fd99e220368486936678ef0228c81a51388c09.tar.zst
freebsd-ports-gnome-e8fd99e220368486936678ef0228c81a51388c09.zip
- fix dbus dependency issue
- change IPv6 OPTION default to off - bump PORTREVISION PR: ports/101172 Submitted by: Babak Farrokhi (maintainer)
-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>