aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-25 17:01:25 +0800
committerasami <asami@FreeBSD.org>1998-11-25 17:01:25 +0800
commit65e8bdc74a95fd59f28654e9b1ab558234d7a1b1 (patch)
tree854720a9d0c3b3b7ed08c5e6daca96122dc102de /graphics/gimp-app/Makefile
parentb1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff)
downloadfreebsd-ports-gnome-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.gz
freebsd-ports-gnome-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.zst
freebsd-ports-gnome-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.zip
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 790c67cd93ae..667a8129af27 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.49 1998/10/19 14:14:19 vanilla Exp $
+# $Id: Makefile,v 1.50 1998/11/25 05:06:22 jseger Exp $
#
DISTNAME= gimp-1.0.2
@@ -21,7 +21,7 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+= gtk.1:${PORTSDIR}/x11-toolkits/gtk
LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib
LIB_DEPENDS+= png.2:${PORTSDIR}/graphics/png
-LIB_DEPENDS+= tiff.1:${PORTSDIR}/graphics/tiff34
+LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34
LIB_DEPENDS+= xdelta.0:${PORTSDIR}/misc/xdelta
USE_X_PREFIX= yes