diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 07:57:24 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 07:57:24 +0000 |
commit | 8e71542340a6fe06316a685ad999dffd5d84012a (patch) | |
tree | 05f36896ce5348675d63ec463c36be0bef5ee92d /graphics/netpbm | |
parent | 2ba2236f5727dfae5b33cc044c977c56efcd38fd (diff) | |
download | FreeBSD-ports-8e71542340a6fe06316a685ad999dffd5d84012a.zip FreeBSD-ports-8e71542340a6fe06316a685ad999dffd5d84012a.tar.gz |
Upgrade to use tiff34 and use new location for the header files.
patch-ag was moved out of patch-ad.
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 e298c10..29915b9 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 |