diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /textproc/xmlppm | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) | |
download | ports-a06ee65df0af4a27507365d7991910fcc6881d95.tar.gz ports-a06ee65df0af4a27507365d7991910fcc6881d95.zip |
Chase shlib bump of libexpat.
Notes
Notes:
svn path=/head/; revision=154857
Diffstat (limited to 'textproc/xmlppm')
-rw-r--r-- | textproc/xmlppm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xmlppm/Makefile b/textproc/xmlppm/Makefile index d3286e71103b..dabd91111246 100644 --- a/textproc/xmlppm/Makefile +++ b/textproc/xmlppm/Makefile @@ -8,6 +8,7 @@ PORTNAME= xmlppm PORTVERSION= 0.98.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.cornell.edu/People/jcheney/xmlppm/ @@ -17,7 +18,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= XML-Conscious PPM Compression -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |