diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-18 14:29:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-18 14:29:07 +0000 |
commit | de30f4e8125808daf9baeaeae71dc40cc06b7092 (patch) | |
tree | bfcc43c082248074128e51a2c4fcd8cc1ad85514 /sysutils/xapply | |
parent | bd510be7a3ed2b1a2703354938679297c358a642 (diff) | |
download | pkgsrc-de30f4e8125808daf9baeaeae71dc40cc06b7092.tar.gz |
Needs m4, add it to USE_TOOLS.
From Aleksey Cheusov in PR 41242.
Diffstat (limited to 'sysutils/xapply')
-rw-r--r-- | sysutils/xapply/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/xapply/Makefile b/sysutils/xapply/Makefile index a36c6f97628..46770b9cf6c 100644 --- a/sysutils/xapply/Makefile +++ b/sysutils/xapply/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/08/19 23:41:05 epg Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/18 14:29:07 wiz Exp $ # DISTNAME= xapply-3.4 @@ -10,13 +10,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= epg@NetBSD.org COMMENT= Parallel Execution tool a la xargs/apply +BUILD_DEPENDS+= mkcmd>=8.14:../../devel/mkcmd + PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_DEPENDS+= mkcmd>=8.14:../../devel/mkcmd - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +USE_TOOLS+= m4 + do-build: cd ${WRKSRC}/bin/xapply && \ MKCMD='-I${LOCALBASE}/lib/mkcmd -I${LOCALBASE}/lib/mkcmd/type' \ |