diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-08 20:40:29 +0000 |
commit | 7c403d88bbd99dcb2b4eca2ddf67f63911cc2a06 (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/spcaview | |
parent | 41a7a7fec551bce152c58fae1cc2a0cbc63cb854 (diff) | |
download | pkgsrc-7c403d88bbd99dcb2b4eca2ddf67f63911cc2a06.tar.gz |
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'graphics/spcaview')
-rw-r--r-- | graphics/spcaview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/spcaview/Makefile b/graphics/spcaview/Makefile index 59f679a77e2..0e7fff2ab2e 100644 --- a/graphics/spcaview/Makefile +++ b/graphics/spcaview/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2014/05/15 14:41:53 adam Exp $ -# +# $NetBSD: Makefile,v 1.24 2014/09/08 20:40:30 wiz Exp $ DISTNAME= spca5xx-20060402 PKGNAME= spcaview-0.6b -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= graphics x11 MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/ |