diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-09-04 18:21:26 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-09-04 18:21:26 +0000 |
commit | 794c556e33476499827aec9b837c2096844e2421 (patch) | |
tree | 92407eb1e741c2cbbcd352a58817c92d267a03b6 /lang/runawk | |
parent | 455f87d0c7717be6a2f934dc96ca48e25938b79b (diff) | |
download | pkgsrc-794c556e33476499827aec9b837c2096844e2421.tar.gz |
For all packages based on mk-configure "configure" target is provided.
This fixes parallel builds.
Diffstat (limited to 'lang/runawk')
-rw-r--r-- | lang/runawk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index 2d4b05b10bd..f722c66e550 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/05/02 12:52:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2011/09/04 18:21:26 cheusov Exp $ # DISTNAME= runawk-1.3.1 @@ -40,6 +40,7 @@ MAKE_ENV+= SUBPRJ_DFLT='runawk modules a_getopt doc examples' AUTO_MKDIRS= yes -.include "../../mk/bsd.pkg.mk" +MAKE_PROGRAM= mkcmake -MAKE_PROGRAM= mkcmake +.include "../../devel/mk-configure/configure.mk" +.include "../../mk/bsd.pkg.mk" |