summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-07-24 13:22:36 +0000
committerjperkin <jperkin@pkgsrc.org>2014-07-24 13:22:36 +0000
commitdbc049748af60cbae020d0e127fdaeb264dae6e9 (patch)
tree2f36af0f94b18ffb3b29a87857db7dc2be9d4798
parent809ff619769f61a9804cc19b54b04bd3bf98f169 (diff)
downloadpkgsrc-dbc049748af60cbae020d0e127fdaeb264dae6e9.tar.gz
flex (libfl) is a runtime dependency.
-rw-r--r--devel/gsoap/Makefile4
-rw-r--r--net/unfs3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile
index 0158204f2b8..9624bc9ea92 100644
--- a/devel/gsoap/Makefile
+++ b/devel/gsoap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/02/12 23:17:46 tron Exp $
+# $NetBSD: Makefile,v 1.13 2014/07/24 13:22:59 jperkin Exp $
DISTNAME= gsoap_2.7.17
PKGNAME= ${DISTNAME:S/_/-/}
@@ -16,7 +16,7 @@ MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/gsoap-2.7
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= yacc flex gmake pax
+USE_TOOLS+= yacc flex:run gmake pax
PKGCONFIG_OVERRIDE+= gsoap++.pc.in
PKGCONFIG_OVERRIDE+= gsoap.pc.in
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile
index 4d1ada6e30a..f85209b0f06 100644
--- a/net/unfs3/Makefile
+++ b/net/unfs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/06/28 21:28:14 dholland Exp $
+# $NetBSD: Makefile,v 1.14 2014/07/24 13:22:36 jperkin Exp $
#
DISTNAME= unfs3-0.9.22
@@ -12,7 +12,7 @@ COMMENT= Userspace NFSv3 server
LICENSE= modified-bsd
GNU_CONFIGURE= yes
-USE_TOOLS+= flex bison
+USE_TOOLS+= flex:run bison
.include "../../mk/bsd.prefs.mk"