diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
commit | b5544f135829582a52ed3b2c78ec884a4f52187c (patch) | |
tree | 40984a43a673e6cffbc75f7d23cfafc9d5b48bc2 /news/knews | |
parent | Use jpeg shared library version 8. (diff) |
Switch remaining ports to use jpeg lib version 8.0.
Notes
Notes:
svn path=/head/; revision=10525
Diffstat (limited to 'news/knews')
-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 cd61a51f16f0..52f1da597f77 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.12 1998/03/21 13:35:04 andreas Exp $ +# $Id: Makefile,v 1.13 1998/03/28 20:04:37 ache Exp $ # DISTNAME= knews-1.0b.0 @@ -13,7 +13,7 @@ MASTER_SITES= http://www.matematik.su.se/~kjj/ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png RUN_DEPENDS= newsp:${PORTSDIR}/print/mp |