summaryrefslogtreecommitdiff
path: root/sysutils/diskscrub
diff options
context:
space:
mode:
authoragc <agc>2008-07-21 22:38:21 +0000
committeragc <agc>2008-07-21 22:38:21 +0000
commit8fb67b96c8177459a3245e9fab54da20bb93d5c1 (patch)
tree8e2c743993232f16431bc731e6dd94d3ca194115 /sysutils/diskscrub
parent9d034215744e936153db50eed12f778459a006ec (diff)
downloadpkgsrc-8fb67b96c8177459a3245e9fab54da20bb93d5c1.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"