pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xapply Needs m4, add it to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/213a9244d21e
branches:  trunk
changeset: 391748:213a9244d21e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 18 14:29:07 2009 +0000

description:
Needs m4, add it to USE_TOOLS.

>From Aleksey Cheusov in PR 41242.

diffstat:

 sysutils/xapply/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 53c36c618700 -r 213a9244d21e sysutils/xapply/Makefile
--- a/sysutils/xapply/Makefile  Sat Apr 18 11:17:33 2009 +0000
+++ b/sysutils/xapply/Makefile  Sat Apr 18 14:29:07 2009 +0000
@@ -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,12 +10,14 @@
 MAINTAINER=            epg%NetBSD.org@localhost
 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
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
+USE_TOOLS+=            m4
 
 do-build:
        cd ${WRKSRC}/bin/xapply && \



Home | Main Index | Thread Index | Old Index