diff options
author | jseger <jseger@FreeBSD.org> | 1998-05-05 04:23:32 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-05-05 04:23:32 +0800 |
commit | e8642ddda4e024a637e32cad28dfbbfb86c39ea1 (patch) | |
tree | e1562d756dc58185df4b72abc72473c1dba858e4 /graphics/tiff | |
parent | 9315fe9b353010fdac1c39551ce2bcf3cb4f4b69 (diff) | |
download | freebsd-ports-gnome-e8642ddda4e024a637e32cad28dfbbfb86c39ea1.tar.gz freebsd-ports-gnome-e8642ddda4e024a637e32cad28dfbbfb86c39ea1.tar.zst freebsd-ports-gnome-e8642ddda4e024a637e32cad28dfbbfb86c39ea1.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
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 774aa775fe6d..73c7834ee89d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.6 1998/02/09 07:26:49 fenner Exp $ +# $Id: Makefile,v 1.7 1998/04/15 21:39:25 jseger Exp $ # DISTNAME= tiff-v3.4 @@ -16,7 +16,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org -LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ |