summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-01-30 23:20:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-01-30 23:20:05 +0000
commita06ee65df0af4a27507365d7991910fcc6881d95 (patch)
treecad01e52972179ed3ade4df17df7d248b93b620a /deskutils
parent- Upgrade to 2.0.0 (almost bugfixes from 1.95.8). (diff)
Chase shlib bump of libexpat.
Notes
Notes: svn path=/head/; revision=154857
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/treeline/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile
index 7be5bdbc2bbf..238b5cae748a 100644
--- a/deskutils/treeline/Makefile
+++ b/deskutils/treeline/Makefile
@@ -7,6 +7,7 @@
PORTNAME= treeline
PORTVERSION= 0.14.0
+PORTREVISION= 1
CATEGORIES= deskutils python
MASTER_SITES= http://www.bellz.org/treeline/ \
http://depot.fsck.ch/mirror/distfiles/
@@ -39,7 +40,7 @@ BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
.endif
.if defined(WITHOUT_PYXML)
-LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
.endif
.if defined(WITH_HTTPLOAD)