summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-07-08 13:26:51 +0000
committerjperkin <jperkin@pkgsrc.org>2014-07-08 13:26:51 +0000
commit541be91334ed5ac1b6fec51f34f3709957fb63cc (patch)
tree1e53cc2c89627257398167eba4d8fdfbb7e7b80f
parentc12ee4e400295108879126fa38bb0826caf1e259 (diff)
downloadpkgsrc-541be91334ed5ac1b6fec51f34f3709957fb63cc.tar.gz
Package links against libfl, so mark lex as a runtime dependency.
Bump PKGREVISION.
-rw-r--r--devel/gob2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
index 9389fc65886..a3abfd31305 100644
--- a/devel/gob2/Makefile
+++ b/devel/gob2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2013/12/31 17:32:51 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2014/07/08 13:26:51 jperkin Exp $
DISTNAME= gob2-2.0.20
+PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= http://ftp.5z.com/pub/gob/
@@ -9,7 +10,7 @@ HOMEPAGE= http://www.5z.com/jirka/gob.html
COMMENT= GNOME object builder for glib2
LICENSE= gnu-gpl-v2
-USE_TOOLS+= lex pkg-config
+USE_TOOLS+= lex:run pkg-config
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"