summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-25 09:01:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-25 09:01:25 +0000
commit0a6c60d05632ca7959196f3efd4949a3e681ebab (patch)
tree912fa012a0348fd5a0c256a1e3e6df452be1962e /graphics/gimp-app-devel
parentDistfile has been changed. Use better mirror site. (diff)
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Notes
Notes: svn path=/head/; revision=14893
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 790c67cd93ae..667a8129af27 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/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