summaryrefslogtreecommitdiff
path: root/devel/rsltc
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-26 11:03:05 +0000
committerobache <obache@pkgsrc.org>2010-09-26 11:03:05 +0000
commit33dc01fd95340fa367e22ef18674f56327499c47 (patch)
tree346830664e23c0e04ff6f4d2bc8be8ed36a16081 /devel/rsltc
parentf56b1862ef99a6092a4f5281e453b8da6d4b8c98 (diff)
downloadpkgsrc-33dc01fd95340fa367e22ef18674f56327499c47.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}