diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-28 03:27:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-28 03:27:36 +0000 |
commit | 434fac9146227adea6b2db51023326040373e5e4 (patch) | |
tree | f88b7d21cfef30772082080595480667ee39d280 /textproc/libpathan | |
parent | 4a2b496452b818306541041f832d4a1814b45adf (diff) |
- textproc/xerces-c2 has been update to 2.6.0,
so change LIB_DEPENDS.
Approved by: co-mentor (vanilla)
Notes
Notes:
svn path=/head/; revision=120370
Diffstat (limited to 'textproc/libpathan')
-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 |