diff options
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile index 7a3f4e10ed2..f2fab900662 100644 --- a/devel/p5-Compress-Raw-Zlib/Makefile +++ b/devel/p5-Compress-Raw-Zlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/11/30 15:29:10 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/01/08 20:26:02 heinz Exp $ DISTNAME= Compress-Raw-Zlib-2.008 PKGNAME= p5-${DISTNAME} @@ -13,6 +13,8 @@ COMMENT= Perl5 module interface to the zlib compression library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= c + PERL5_PACKLIST= auto/Compress/Raw/Zlib/.packlist MAKE_ENV+= BUILD_ZLIB=False MAKE_ENV+= OLD_ZLIB=False |