diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-30 18:18:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-30 18:18:14 +0000 |
commit | f1655c7b7a8394e97805065ad1bfeaff081be754 (patch) | |
tree | 28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /www/lynx-current/Makefile | |
parent | 9e29570778a0b7b5ff5763187bd64bb28867e077 (diff) |
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
Notes
Notes:
svn path=/head/; revision=366659
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 3ff019fdc8a8..1e4a47539389 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -3,6 +3,7 @@ PORTNAME= lynx PORTVERSION= 2.8.8p5 +PORTREVISION= 1 PKGNAMESUFFIX= -current CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ |