diff options
author | explorer <explorer> | 2001-11-27 03:19:21 +0000 |
---|---|---|
committer | explorer <explorer> | 2001-11-27 03:19:21 +0000 |
commit | 382f35be325f6a7a027ee319b61b8a63065638fa (patch) | |
tree | 5c9e5ef6f11ebe65e64ec5d14a499040d992bdc0 /archivers | |
parent | 83c4ad55046822e8e4ecbabce1e1519732f4da6c (diff) | |
download | pkgsrc-382f35be325f6a7a027ee319b61b8a63065638fa.tar.gz |
Fix a typo -- USE_BUILDLINK_ONLY=YES, not +YES
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 968184ec403..cb8fd911d83 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:49:37 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/27 03:19:21 explorer Exp $ DISTNAME= Archive-Zip-0.11 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= perl5 module interface to manipulate zip files DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib -USE_BUILDLINK_ONLY+ YES +USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Archive/Zip/.packlist do-configure: |