diff options
author | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
commit | 2368be326620b7a294329bec90f7ea5b7e13708e (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/cpia2view | |
parent | e294401e9dbdc83862ed3e60612da6f6ae9bc210 (diff) | |
download | pkgsrc-2368be326620b7a294329bec90f7ea5b7e13708e.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/cpia2view')
-rw-r--r-- | graphics/cpia2view/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cpia2view/Makefile b/graphics/cpia2view/Makefile index 35b507f1aaf..3c93d15c46f 100644 --- a/graphics/cpia2view/Makefile +++ b/graphics/cpia2view/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2014/05/15 14:41:51 adam Exp $ -# +# $NetBSD: Makefile,v 1.28 2014/09/08 20:40:29 wiz Exp $ DISTNAME= cpia2_driver-1.0 PKGNAME= cpia2view-0.03 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cpia2/} EXTRACT_SUFX= .tgz |