diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-01 01:56:45 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-01 01:56:45 +0800 |
commit | dfa7d06728a5f1174b07616d88f7671549d80a7c (patch) | |
tree | 4bf7da785d1d70637d83ed20882db8cc0ac1638f /dns/dnsmasq | |
parent | 6801e7061846fae324ca4d0445d216cb424b5827 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq/files/dnsmasq.in | 2 |
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 # |