diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 21:08:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 21:08:49 +0000 |
commit | c2ae73c3467488a9832b6badaf6efff00c4cd9b3 (patch) | |
tree | cef10a09b69bc1c5a55d8fa8927d525a957fe997 /archivers | |
parent | 521487c36790fabb1e6b1524f79e6ed86ce0496a (diff) | |
download | pkgsrc-c2ae73c3467488a9832b6badaf6efff00c4cd9b3.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index aa2791ac4d1..05501b20081 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/02/20 22:43:08 martin Exp $ +# $NetBSD: Makefile,v 1.29 2001/06/21 21:08:49 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -15,6 +15,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html COMMENT= List, test and extract compressed files in a ZIP archive +USE_BUILDLINK_ONLY= # defined + MAKEFILE= unix/Makefile ALL_TARGET= unzips # we do not use USE_ZLIB because of unknown bugs in 5.40's use of libz |