diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
commit | 85e92521c0a7461e908e7d0b90746b5cb27684aa (patch) | |
tree | 1303a2895b9733d18cc7e52f43398fa2837d3f47 /graphics/gimp | |
parent | 5928a29b1926af5b9e42431c28a3c2279566850e (diff) | |
download | freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.gz freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.zst freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.zip |
Switch remaining ports to use jpeg lib version 8.0.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index aef31f667cb4..c3652a74ebb4 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.23 1998/03/22 00:07:36 asami Exp $ +# $Id: Makefile,v 1.24 1998/03/28 19:47:47 ache Exp $ # MAJOR= 0 @@ -25,7 +25,7 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS+= gtk\\.1\\.0:${PORTSDIR}/x11/gtk LIB_DEPENDS+= png\\.2\\.:${PORTSDIR}/graphics/png -LIB_DEPENDS+= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm LIB_DEPENDS+= mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib |