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 /ftp/curl | |
parent | 9e29570778a0b7b5ff5763187bd64bb28867e077 (diff) | |
download | ports-f1655c7b7a8394e97805065ad1bfeaff081be754.tar.gz ports-f1655c7b7a8394e97805065ad1bfeaff081be754.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
Notes
Notes:
svn path=/head/; revision=366659
Diffstat (limited to 'ftp/curl')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index bbcaff38f720..5f372eef4be3 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.37.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet |