diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-28 20:12:07 +0000 |
commit | 75d15b39560b2ee7ead452b35211d5c676c9b901 (patch) | |
tree | 5d22724cd03ead9ab0e8d216aa5e55917a6b3070 /news | |
parent | 574f6deb06d89352dc7b54bd8408d268382f256a (diff) | |
download | ports-75d15b39560b2ee7ead452b35211d5c676c9b901.tar.gz ports-75d15b39560b2ee7ead452b35211d5c676c9b901.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index eda9940747cc..cd61a51f16f0 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Apr 14 09:23:59 MET DST 1996 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.11 1998/03/21 12:40:53 asami Exp $ +# $Id: Makefile,v 1.12 1998/03/21 13:35:04 andreas Exp $ # DISTNAME= knews-1.0b.0 @@ -14,7 +14,7 @@ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png + png\\.2\\.:${PORTSDIR}/graphics/png RUN_DEPENDS= newsp:${PORTSDIR}/print/mp WRKSRC= ${WRKDIR}/knews |