aboutsummaryrefslogtreecommitdiffstats
path: root/dns/dnsmasq
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-08-01 01:56:45 +0800
committermandree <mandree@FreeBSD.org>2014-08-01 01:56:45 +0800
commitdfa7d06728a5f1174b07616d88f7671549d80a7c (patch)
tree4bf7da785d1d70637d83ed20882db8cc0ac1638f /dns/dnsmasq
parent6801e7061846fae324ca4d0445d216cb424b5827 (diff)
downloadfreebsd-ports-gnome-dfa7d06728a5f1174b07616d88f7671549d80a7c.tar.gz
freebsd-ports-gnome-dfa7d06728a5f1174b07616d88f7671549d80a7c.tar.zst
freebsd-ports-gnome-dfa7d06728a5f1174b07616d88f7671549d80a7c.zip
Add ldconfig to rc.d script requisites to make sure we can link to,
say, libnettle.so. Submitted by: Allen Hewes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r--dns/dnsmasq/Makefile1
-rw-r--r--dns/dnsmasq/files/dnsmasq.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 88583e03e258..0d758809ae96 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.71
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
diff --git a/dns/dnsmasq/files/dnsmasq.in b/dns/dnsmasq/files/dnsmasq.in
index ae752c379bae..de9da9249b40 100644
--- a/dns/dnsmasq/files/dnsmasq.in
+++ b/dns/dnsmasq/files/dnsmasq.in
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: dnsmasq
-# REQUIRE: SERVERS
+# REQUIRE: SERVERS ldconfig
# BEFORE: DAEMON named
# KEYWORD: shutdown
#