diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-12-01 07:57:24 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-12-01 07:57:24 +0000 |
commit | d0c6ff6a18ef970a1561ecd41a1077f85b883ef6 (patch) | |
tree | e1e899f6c0160dd05fcef26e689b599b90b2ff29 /graphics | |
parent | Forgot to cvs add. I should get this tatoo'd on my forehead. <:-) (diff) |
Upgrade to use tiff34 and use new location for the header files.
patch-ag was moved out of patch-ad.
Notes
Notes:
svn path=/head/; revision=8926
Diffstat (limited to 'graphics')
-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 e298c10b9df9..29915b9faaec 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -3,7 +3,7 @@ # Date created: ? # Whom: jmz (original) # -# $Id: Makefile,v 1.7 1995/04/09 07:09:38 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 11:28:55 asami Exp $ # DISTNAME= netpbm @@ -14,7 +14,7 @@ DISTFILES= netpbm-1mar1994.tar.gz MAINTAINER= asami@FreeBSD.ORG -LIB_DEPENDS= tiff\\.3\\.:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 USE_IMAKE= yes |