diff options
-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' \ |