summaryrefslogtreecommitdiff
path: root/graphics/netpbm/Makefile
diff options
context:
space:
mode:
authorrichard <richard>2016-05-16 21:23:31 +0000
committerrichard <richard>2016-05-16 21:23:31 +0000
commit4588874c6c2cf50f420319e25d1221db6bd66099 (patch)
treef7817e571ba3e03c07930e7d4c0f944ba5b386e6 /graphics/netpbm/Makefile
parentc22b1138ee8e114f6cf38ab75a553c14d8a18f12 (diff)
downloadpkgsrc-4588874c6c2cf50f420319e25d1221db6bd66099.tar.gz
netpbm should use flex tool instead of lex and, while we're here, enable
vasprintf for SunOS. bump PKGREVISION
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r--graphics/netpbm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 5b56a4db54f..aa2a0eb5ea8 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.207 2016/04/09 20:08:53 alnsn Exp $
+# $NetBSD: Makefile,v 1.208 2016/05/16 21:23:31 richard Exp $
DISTNAME= netpbm-10.68.02
CATEGORIES= graphics
MASTER_SITES= #
-PKGREVISION= 2
+PKGREVISION= 3
# manually created from svn checkout of
# svn checkout http://svn.code.sf.net/p/netpbm/code/advanced netpbm
# tar --exclude netpbm/.svn/\* -cvzf /archive/distfiles/netpbm-$VERSION.tar.gz netpbm
@@ -19,7 +19,7 @@ HOMEPAGE= http://netpbm.sourceforge.net/
COMMENT= Toolkit for conversion of images between different formats
LICENSE= gnu-gpl-v2
-USE_TOOLS+= gmake lex pax perl
+USE_TOOLS+= gmake flex pax perl
USE_FEATURES= snprintf
INSTALL_TARGET= install-dev install-run