diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/netpbm | |
parent | Upgrade to v2.3.3. (diff) |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes:
svn path=/head/; revision=14889
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 60c76cc340d4..f9f8ede37585 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -3,7 +3,7 @@ # Date created: ? # Whom: jmz (original) # -# $Id: Makefile,v 1.11 1998/09/19 05:46:06 steve Exp $ +# $Id: Makefile,v 1.12 1998/10/03 21:34:07 steve Exp $ # DISTNAME= netpbm @@ -14,7 +14,7 @@ DISTFILES= netpbm-1mar1994.tar.gz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 +LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 USE_IMAKE= yes MAN1= anytopnm.1 asciitopgm.1 atktopbm.1 bioradtopgm.1 bmptoppm.1 \ |