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 /net-im/jabberd | |
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 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index bd321bac2233..b6b8c433e714 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -3,7 +3,7 @@ PORTNAME= jabberd DISTVERSION= 2.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} |