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 | bb23fa3acb03b38cd96e1f9e1290315a6eb0c186 (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/fnlib/Makefile | |
parent | 4fd3b6763914dd3495e7472d571f6bfc69a090f7 (diff) | |
download | pkgsrc-bb23fa3acb03b38cd96e1f9e1290315a6eb0c186.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/fnlib/Makefile')
-rw-r--r-- | graphics/fnlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index 1fe34e70d53..a06065ddb71 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2014/05/15 14:41:51 adam Exp $ -# +# $NetBSD: Makefile,v 1.52 2014/09/08 20:40:30 wiz Exp $ DISTNAME= fnlib-0.5 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= x11 graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/} |