summaryrefslogtreecommitdiff
path: root/devel/rsltc
diff options
context:
space:
mode:
authorobache <obache>2010-09-26 11:03:05 +0000
committerobache <obache>2010-09-26 11:03:05 +0000
commite6dbb80429a538645fd9ca128a1e20f28a6031a4 (patch)
tree346830664e23c0e04ff6f4d2bc8be8ed36a16081 /devel/rsltc
parent4b43d1e9269a0c8cd4a92f4500540277dfe304d7 (diff)
downloadpkgsrc-e6dbb80429a538645fd9ca128a1e20f28a6031a4.tar.gz
* convert bison dependency from BUILD_DEPENDS to USE_TOOLS.
* exactly pass LEX to make, or using flex. * MAKE_JOBS_SAFE=no
Diffstat (limited to 'devel/rsltc')
-rw-r--r--devel/rsltc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile
index 91621485880..6a2ff79aa2e 100644
--- a/devel/rsltc/Makefile
+++ b/devel/rsltc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/08/06 01:44:50 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2010/09/26 11:03:05 obache Exp $
#
DISTNAME= rsltcsrc
@@ -12,16 +12,19 @@ MAINTAINER= MarkoSchuetz@web.de
HOMEPAGE= http://www.iist.unu.edu/newrh/III/3/1/page.html
COMMENT= RAISE Specification Language Type Checker
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= gentle>=97:../../devel/gentle
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FILE= make_sunos
-USE_TOOLS+= gmake lex
+USE_TOOLS+= bison gmake lex
WRKSRC= ${WRKDIR}/rsl.2.4
INSTALLATION_DIRS= bin
+MAKE_FLAGS+= LEX=${LEX}
+
+MAKE_JOBS_SAFE= no
+
post-extract:
${CP} ${FILESDIR}/path.el ${WRKSRC}