diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-31 02:18:14 +0800 |
commit | de31f6831b17fd00626711af8b9315923e4c8013 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /dns/dnsmasq-devel | |
parent | 32ae80ce14d601715864952ebcafbb02dc9d3aac (diff) | |
download | freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.gz freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.tar.zst freebsd-ports-gnome-de31f6831b17fd00626711af8b9315923e4c8013.zip |
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index cbf925948806..df8f198f2814 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -4,6 +4,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.69r4 DISTVERSION= 2.69rc4 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel |