diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 08:13:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-22 08:13:09 +0000 |
commit | d48dcade07109a11aa383ce9b81095049835e076 (patch) | |
tree | 93206f1cab318cf515acc108f811d0d09cc61d2e /textproc/xmlppm/Makefile | |
parent | upgrade to 2.0.2 (diff) |
upgrade to 0.96
drop maintainership
Diffstat (limited to 'textproc/xmlppm/Makefile')
-rw-r--r-- | textproc/xmlppm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlppm/Makefile b/textproc/xmlppm/Makefile index cecf88d1b101..a493426f7063 100644 --- a/textproc/xmlppm/Makefile +++ b/textproc/xmlppm/Makefile @@ -7,14 +7,14 @@ # PORTNAME= xmlppm -PORTVERSION= 0.95.2 +PORTVERSION= 0.96 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.cornell.edu/People/jcheney/xmlppm/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 |