diff options
author | heinz <heinz> | 2008-01-08 20:26:02 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-08 20:26:02 +0000 |
commit | 71a14a312001100a2d06b4f86b0be135f67fd4d9 (patch) | |
tree | c3c944059aefb7e5ff298c3d7075e7e88b387cf8 | |
parent | e6d14bfefb3e72d1ad9f870e1ef65e23f335c1a2 (diff) | |
download | pkgsrc-71a14a312001100a2d06b4f86b0be135f67fd4d9.tar.gz |
The package needs a C compiler.
-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 |