aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-04 20:23:32 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-04 20:23:32 +0000
commit18f33c0f9311a0e0fe565649f877883c91f21e59 (patch)
tree53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /deskutils
parent196cae7856697f0aac7cf21d8a760b058f56ed89 (diff)
downloadports-18f33c0f9311a0e0fe565649f877883c91f21e59.tar.gz
ports-18f33c0f9311a0e0fe565649f877883c91f21e59.zip
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
Notes
Notes: svn path=/head/; revision=10846
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index ccec3733c945..6a0763606d9b 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.10 1998/04/28 04:33:57 asami Exp $
+# $Id: Makefile,v 1.11 1998/05/02 22:15:24 se Exp $
#
DISTNAME= kdeutils-beta4-1
@@ -19,7 +19,7 @@ BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
moc:${PORTSDIR}/x11/qt
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 \
kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \