diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 17:01:25 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 17:01:25 +0800 |
commit | 0a6c60d05632ca7959196f3efd4949a3e681ebab (patch) | |
tree | 912fa012a0348fd5a0c256a1e3e6df452be1962e /x11/wdm | |
parent | e2fda38196a42df88877660e86d3cb3c68150e1a (diff) | |
download | freebsd-ports-gnome-0a6c60d05632ca7959196f3efd4949a3e681ebab.tar.gz freebsd-ports-gnome-0a6c60d05632ca7959196f3efd4949a3e681ebab.tar.zst freebsd-ports-gnome-0a6c60d05632ca7959196f3efd4949a3e681ebab.zip |
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index d1f5f79f5e0c..48842e5d7f1f 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.14 1998/11/24 16:06:23 tg Exp $ +# $Id: Makefile,v 1.15 1998/11/25 05:06:26 jseger Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 @@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff.1:${PORTSDIR}/graphics/tiff34 + tiff.4:${PORTSDIR}/graphics/tiff34 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |