diff options
Diffstat (limited to 'www/weblint/Makefile')
-rw-r--r-- | www/weblint/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index 42339c263ee..4455e3abe11 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/10/21 11:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/11/29 13:27:48 jlam Exp $ # DISTNAME= weblint-1.020 @@ -13,6 +13,7 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= http://www.weblint.org/ COMMENT= HTML validator and sanity checker -USE_PERL5= yes +USE_BUILDLINK_ONLY= YES +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |