diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/wol/Makefile | 3 |
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" |