diff options
author | heinz <heinz@pkgsrc.org> | 2006-07-16 13:23:52 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-07-16 13:23:52 +0000 |
commit | 87525e9ce96a72c5cc26fffafd691b6a079094f4 (patch) | |
tree | 2b0bc4b8110f164337615bff518cdc711d50e765 /www/p5-HTML-Format | |
parent | 8e21952ce66e87b5ac7444377ea3a6e6d20d0792 (diff) | |
download | pkgsrc-87525e9ce96a72c5cc26fffafd691b6a079094f4.tar.gz |
Added empty USE_LANGUAGES (no compiler needed).
Diffstat (limited to 'www/p5-HTML-Format')
-rw-r--r-- | www/p5-HTML-Format/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile index bc7ee95ccb7..cad9c27a048 100644 --- a/www/p5-HTML-Format/Makefile +++ b/www/p5-HTML-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:39 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/16 13:31:31 heinz Exp $ DISTNAME= HTML-Format-2.04 PKGNAME= p5-${DISTNAME} @@ -16,6 +16,7 @@ DEPENDS+= p5-HTML-Tree>=3.15:../../www/p5-HTML-Tree PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/HTML-Format/.packlist .include "../../lang/perl5/module.mk" |