summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"