diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 65e8bdc74a95fd59f28654e9b1ab558234d7a1b1 (patch) | |
tree | 854720a9d0c3b3b7ed08c5e6daca96122dc102de /graphics/urt/Makefile | |
parent | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff) | |
download | FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.zip FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.gz |
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 6d262e0..7192765 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -3,7 +3,7 @@ # Date created: Jan 5 1997 # Whom: cfs@ing.puc.cl (original) # -# $Id: Makefile,v 1.9 1998/10/05 04:49:49 steve Exp $ +# $Id: Makefile,v 1.10 1998/11/25 05:06:26 jseger Exp $ # DISTNAME= urt @@ -14,7 +14,7 @@ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar MAINTAINER= giffunip@asme.org -LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z |