summaryrefslogtreecommitdiff
path: root/dns/dnsmasq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/dnsmasq/Makefile')
-rw-r--r--dns/dnsmasq/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index d9ccc65bf3c0..554d61ddbb79 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -6,24 +6,13 @@
#
PORTNAME= dnsmasq
-PORTVERSION= 1.12
+PORTVERSION= 1.13
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
MAINTAINER= shonson@isoproplex.net
COMMENT= A caching DNS forwarder
-.if defined(WITH_IPV6)
-CFLAGS += -DWITH_IPV6
-.endif
-
MAN8= dnsmasq.8
-pre-fetch:
-.if !defined(WITH_IPV6)
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Define WITH_IPV6 to build dnsmasq with IPv6 support."
- @${ECHO_CMD} ""
-.endif
-
.include <bsd.port.mk>