summaryrefslogtreecommitdiff
path: root/archivers/fastjar/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-15 11:23:25 +0000
committerjlam <jlam>2001-07-15 11:23:25 +0000
commit45d152d113f57d8ebcf076865c9995ff4058890c (patch)
tree836df9e47caf171f91f5174ba96bc4b79ca2652a /archivers/fastjar/Makefile
parent804eea753d48a79d91d07bf6723c7ea45ec66bb0 (diff)
downloadpkgsrc-45d152d113f57d8ebcf076865c9995ff4058890c.tar.gz
Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r--archivers/fastjar/Makefile6
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"