summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-22 03:44:01 +0000
committerkristerw <kristerw>2004-02-22 03:44:01 +0000
commitc2a98805b58457c05b347a0c47e268b7121a90a8 (patch)
tree94dc72379931a03b725da3e21c525adee99e0698 /net
parent8fb7f3af09d08683bc55dce51e80f9dfe04dc858 (diff)
downloadpkgsrc-c2a98805b58457c05b347a0c47e268b7121a90a8.tar.gz
Add build dependency on perl so that the package can build its
documentation.
Diffstat (limited to 'net')
-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"