summaryrefslogtreecommitdiff
path: root/net/wol
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-02-22 03:44:01 +0000
committerkristerw <kristerw@pkgsrc.org>2004-02-22 03:44:01 +0000
commit8dbdf55037e5fe9264e8f75fece252266605f7a4 (patch)
tree94dc72379931a03b725da3e21c525adee99e0698 /net/wol
parenta5df86ec2195be80664ef172ceed78f69910b709 (diff)
downloadpkgsrc-8dbdf55037e5fe9264e8f75fece252266605f7a4.tar.gz
Add build dependency on perl so that the package can build its
documentation.
Diffstat (limited to 'net/wol')
-rw-r--r--net/wol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile
index 0449f69ea24..0049cbe3332 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/17 11:28:52 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/22 03:44:01 kristerw Exp $
DISTNAME= wol-0.7.0
PKGREVISION= 1
@@ -14,6 +14,7 @@ GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
INFO_FILES= wol.info
+USE_PERL5= build
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"