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 /graphics/netpbm | |
parent | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff) | |
download | freebsd-ports-graphics-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.gz freebsd-ports-graphics-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.zst freebsd-ports-graphics-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 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index f9f8ede3758..f50af81992f 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -3,7 +3,7 @@ # Date created: ? # Whom: jmz (original) # -# $Id: Makefile,v 1.12 1998/10/03 21:34:07 steve Exp $ +# $Id: Makefile,v 1.13 1998/11/25 05:06:24 jseger Exp $ # DISTNAME= netpbm @@ -14,7 +14,7 @@ DISTFILES= netpbm-1mar1994.tar.gz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 USE_IMAKE= yes MAN1= anytopnm.1 asciitopgm.1 atktopbm.1 bioradtopgm.1 bmptoppm.1 \ |