summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2008-07-21 22:38:21 +0000
committeragc <agc@pkgsrc.org>2008-07-21 22:38:21 +0000
commit70965a092647998b7ce9f014b974b8071fee87f9 (patch)
tree8e2c743993232f16431bc731e6dd94d3ca194115 /sysutils/diskscrub
parent875cf57fe4b9cf111c421480b67ddff20a963485 (diff)
downloadpkgsrc-70965a092647998b7ce9f014b974b8071fee87f9.tar.gz
The configure script requires perl - make sure it's available.
Diffstat (limited to 'sysutils/diskscrub')
-rw-r--r--sysutils/diskscrub/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile
index 04439a824ef..7f66aa26f62 100644
--- a/sysutils/diskscrub/Makefile
+++ b/sysutils/diskscrub/Makefile
@@ -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 @@ COMMENT= Utility to overwrite disks and scrub the data on them
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+USE_TOOLS+= perl # this is purely for GNU configure
.include "../../mk/bsd.pkg.mk"