aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsmasq/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-24 01:36:21 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-24 01:36:21 +0000
commit50e5dd4c5a33761a3e9a05a58b2a79ed14960f6f (patch)
treee3e0d918eb23f81533c23c12e2a8d39883677893 /dns/dnsmasq/Makefile
parent8a2760083cf31d33c1c5fa318962250790c01f6d (diff)
downloadports-50e5dd4c5a33761a3e9a05a58b2a79ed14960f6f.tar.gz
ports-50e5dd4c5a33761a3e9a05a58b2a79ed14960f6f.zip
Notes
Diffstat (limited to 'dns/dnsmasq/Makefile')
-rw-r--r--dns/dnsmasq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index e2fca5819145..a3c400865352 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dnsmasq
-PORTVERSION= 2.22
-PORTREVISION= 1
+PORTVERSION= 2.23
CATEGORIES= dns
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
@@ -18,10 +17,11 @@ MAN8= dnsmasq.8
PLIST_FILES= sbin/dnsmasq etc/dnsmasq.conf.example
USE_GETOPT_LONG=yes
+USE_GMAKE= yes
MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}"
.if defined(WITHOUT_IPV6)
-MAKE_ENV+= -DNO_IPV6
+CFLAGS+= -DNO_IPV6
.endif
.include <bsd.port.pre.mk>