summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-30 18:18:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-30 18:18:14 +0000
commitf1655c7b7a8394e97805065ad1bfeaff081be754 (patch)
tree28c3dca12fbbbe0e28dcc3b3656eeba34ee7ac45 /chinese
parent- Update to 7.5.240. (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 'chinese')
-rw-r--r--chinese/mutt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile
index f841d02522cb..56f78ede4f53 100644
--- a/chinese/mutt/Makefile
+++ b/chinese/mutt/Makefile
@@ -1,12 +1,12 @@
# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../mail/mutt
-REVISEDATE= 20100927
-PORTREVISION= ${REVISEDATE}
+#REVISEDATE= 20100927
+#PORTREVISION= ${REVISEDATE}
# XXX: Currently PORTREVISION assignment is not perfect. It needs to
# inherit its master port's PORTREVISION and be appended.