diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 17:01:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 17:01:25 +0800 |
commit | 65e8bdc74a95fd59f28654e9b1ab558234d7a1b1 (patch) | |
tree | 854720a9d0c3b3b7ed08c5e6daca96122dc102de /multimedia/fxtv | |
parent | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff) | |
download | freebsd-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 'multimedia/fxtv')
-rw-r--r-- | multimedia/fxtv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 680f9918ea97..d4040500ecc5 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Sep 7 17:55:07 EDT 1997 # Whom: Randall Hopper <rhh@ct.picker.com> # -# $Id: Makefile,v 1.12 1998/11/21 07:27:35 steve Exp $ +# $Id: Makefile,v 1.13 1998/11/25 05:06:21 jseger Exp $ # DISTNAME= fxtv-0.47 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rhh@ct.picker.com -LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 \ +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm |