diff options
author | agc <agc> | 2008-07-21 22:38:21 +0000 |
---|---|---|
committer | agc <agc> | 2008-07-21 22:38:21 +0000 |
commit | da314937ab1d6f42fc160e6d027f0c246b47cdac (patch) | |
tree | 8e2c743993232f16431bc731e6dd94d3ca194115 /sysutils/diskscrub/Makefile | |
parent | eee407ef1d31cad3e5b8ba77509b73c3325f6842 (diff) | |
download | pkgsrc-da314937ab1d6f42fc160e6d027f0c246b47cdac.tar.gz |
The configure script requires perl - make sure it's available.
Diffstat (limited to 'sysutils/diskscrub/Makefile')
-rw-r--r-- | sysutils/diskscrub/Makefile | 3 |
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" |