From e8642ddda4e024a637e32cad28dfbbfb86c39ea1 Mon Sep 17 00:00:00 2001 From: jseger Date: Mon, 4 May 1998 20:23:32 +0000 Subject: Change JPEG shared library number to 9. This is to make sure that everyone installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami --- news/knews/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/knews') diff --git a/news/knews/Makefile b/news/knews/Makefile index 52f1da597f77..79a810f783ff 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 # -# $Id: Makefile,v 1.13 1998/03/28 20:04:37 ache Exp $ +# $Id: Makefile,v 1.14 1998/04/15 22:18:10 jseger 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\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png RUN_DEPENDS= newsp:${PORTSDIR}/print/mp -- cgit