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 --- net/kdenetwork3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/kdenetwork3') diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 433ccec72cf1..75c59facf368 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer # -# $Id: Makefile,v 1.10 1998/04/15 22:18:07 jseger Exp $ +# $Id: Makefile,v 1.11 1998/04/29 17:52:14 asami Exp $ # DISTNAME= kdenetwork-Beta3-1 @@ -19,7 +19,7 @@ BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \ ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ uu\\.1\\.:${PORTSDIR}/converters/uulib \ kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ -- cgit