diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-15 11:23:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-15 11:23:25 +0000 |
commit | 4b88f7188e665254f9b29b56d49380d237ff9ba8 (patch) | |
tree | 836df9e47caf171f91f5174ba96bc4b79ca2652a /archivers/fastjar/Makefile | |
parent | a9d3656a8b2dffeb99770b150c5a145137e65445 (diff) | |
download | pkgsrc-4b88f7188e665254f9b29b56d49380d237ff9ba8.tar.gz |
Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r-- | archivers/fastjar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index a506c161e85..7e12239d1e8 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:26 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/15 11:23:25 jlam Exp $ # DISTNAME= fastjar-0.90 @@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://fastjar.sourceforge.net/ COMMENT= C language version of the 'jar' archiver normally used by Java -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES +.include "../../devel/zlib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |