diff options
author | jseger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
commit | e8642ddda4e024a637e32cad28dfbbfb86c39ea1 (patch) | |
tree | e1562d756dc58185df4b72abc72473c1dba858e4 /x11-wm/windowmaker | |
parent | 9315fe9b353010fdac1c39551ce2bcf3cb4f4b69 (diff) | |
download | FreeBSD-ports-e8642ddda4e024a637e32cad28dfbbfb86c39ea1.zip FreeBSD-ports-e8642ddda4e024a637e32cad28dfbbfb86c39ea1.tar.gz |
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
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index d73be4a..68d880f 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.8 1998/04/07 13:00:41 tg Exp $ +# $Id: Makefile,v 1.9 1998/04/15 22:18:16 jseger Exp $ DISTNAME= WindowMaker-0.14.1 PKGNAME= windowmaker-0.14.1 @@ -16,7 +16,7 @@ MAINTAINER= handy@physics.montana.edu BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libproplist LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 |