pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/diskscrub The configure script requires perl ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/53e90493c1a4
branches: trunk
changeset: 544889:53e90493c1a4
user: agc <agc%pkgsrc.org@localhost>
date: Mon Jul 21 22:38:21 2008 +0000
description:
The configure script requires perl - make sure it's available.
diffstat:
sysutils/diskscrub/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r fa111c1a8d95 -r 53e90493c1a4 sysutils/diskscrub/Makefile
--- a/sysutils/diskscrub/Makefile Mon Jul 21 22:34:18 2008 +0000
+++ b/sysutils/diskscrub/Makefile Mon Jul 21 22:38:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/21 22:25:03 agc Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/21 22:38:21 agc Exp $
#
DISTNAME= scrub-2.0
@@ -13,5 +13,6 @@
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+USE_TOOLS+= perl # this is purely for GNU configure
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index