diff options
author | tron <tron> | 2002-07-07 14:25:52 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-07 14:25:52 +0000 |
commit | cf992d98c658aced2d41a6625a914fd5b430522e (patch) | |
tree | 573935ffd7c9ac76cfce57005daa717f6382d40c /mail/faces/Makefile | |
parent | ef00296dbd8ca551e4d1ce246e22b367980b8c11 (diff) | |
download | pkgsrc-cf992d98c658aced2d41a6625a914fd5b430522e.tar.gz |
Adapt include conversion scripts to recent versions of "netpbm" and add
the missing dependence on "netpbm" package. This fixes PR pkg/16416
by Greg A. Woods. Bump the package revision to 2 after these fixes.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index eac32cd9c68..ba50f427418 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2002/07/07 14:14:14 tron Exp $ +# $NetBSD: Makefile,v 1.26 2002/07/07 14:25:52 tron Exp $ DISTNAME= faces-1.6.1 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/faces CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= visual mail, user and print face server -DEPENDS+= netpbm>=9.25:../../graphics/netpbm +DEPENDS+= netpbm>=9.2:../../graphics/netpbm LICENSE= limited-redistribution RESTRICTED= "Distribution not allowed if money exchanged" |