diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-28 11:27:36 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-28 11:27:36 +0800 |
commit | 749228871002f4888accdee37ced6840e511dd3f (patch) | |
tree | 7baccffb545c81b998a160c0e3f1c41cc1f57914 /textproc | |
parent | 0382b4fcaf0bb048696e1ff437794371ad1d957f (diff) | |
download | freebsd-ports-gnome-749228871002f4888accdee37ced6840e511dd3f.tar.gz freebsd-ports-gnome-749228871002f4888accdee37ced6840e511dd3f.tar.zst freebsd-ports-gnome-749228871002f4888accdee37ced6840e511dd3f.zip |
- textproc/xerces-c2 has been update to 2.6.0,
so change LIB_DEPENDS.
Approved by: co-mentor (vanilla)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libpathan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index 2b6cb337008c..b6117496112b 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-2-src MAINTAINER= ports@FreeBSD.org COMMENT= Validating XML parser from the Apache XML Project -LIB_DEPENDS= xerces-c.25:${PORTSDIR}/textproc/xerces-c2 +LIB_DEPENDS= xerces-c.26:${PORTSDIR}/textproc/xerces-c2 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes |