aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-gtk2
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-02-05 20:38:58 +0800
committernetchild <netchild@FreeBSD.org>2005-02-05 20:38:58 +0800
commitcb760c43c4b569149190c8d3ea4bbf2f14d413a0 (patch)
treeac2d4d58bbf94bf846141b1894c501dffe8916b9 /x11-toolkits/linux-gtk2
parent1de734133cb0b048913119e3136bf056f44051b1 (diff)
downloadfreebsd-ports-gnome-cb760c43c4b569149190c8d3ea4bbf2f14d413a0.tar.gz
freebsd-ports-gnome-cb760c43c4b569149190c8d3ea4bbf2f14d413a0.tar.zst
freebsd-ports-gnome-cb760c43c4b569149190c8d3ea4bbf2f14d413a0.zip
Chase linux-libtiff dependency after library version change.
Noticed by: pointyhat
Diffstat (limited to 'x11-toolkits/linux-gtk2')
-rw-r--r--x11-toolkits/linux-gtk2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/linux-gtk2/Makefile b/x11-toolkits/linux-gtk2/Makefile
index 62f0ad8b73f0..14e24919796d 100644
--- a/x11-toolkits/linux-gtk2/Makefile
+++ b/x11-toolkits/linux-gtk2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtk2
PORTVERSION= 2.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits linux
MAINTAINER= freebsd-emulation@FreeBSD.org
@@ -19,7 +19,7 @@ BUILD_DEPENDS+= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-gl
${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \
${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \
${LINUXBASE}/usr/lib/libpng12.so.0.1.2.7:${PORTSDIR}/graphics/linux-png \
- ${LINUXBASE}/usr/lib/libtiff.so.3.5:${PORTSDIR}/graphics/linux-tiff \
+ ${LINUXBASE}/usr/lib/libtiff.so.3.6.1:${PORTSDIR}/graphics/linux-tiff \
${LINUXBASE}/usr/lib/libpango-1.0.so.0.200.1:${PORTSDIR}/x11-toolkits/linux-pango
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \
${BUILD_DEPENDS}