diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
commit | 18f33c0f9311a0e0fe565649f877883c91f21e59 (patch) | |
tree | 53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /www/chimera2 | |
parent | Activate r. (diff) |
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 'www/chimera2')
-rw-r--r-- | www/chimera2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chimera2/Makefile b/www/chimera2/Makefile index 05c8ae72fd18..0a1aa06e3f7b 100644 --- a/www/chimera2/Makefile +++ b/www/chimera2/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.13 1998/03/28 20:12:07 ache Exp $ +# $Id: Makefile,v 1.14 1998/04/15 22:17:51 jseger Exp $ # DISTNAME= chimera-2.0a11 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera-alpha/ MAINTAINER= bgingery@gtcs.com -LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png USE_IMAKE= yes |