summaryrefslogtreecommitdiff
path: root/sysutils/file
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-02-05 02:10:39 +0000
committerreed <reed@pkgsrc.org>2004-02-05 02:10:39 +0000
commit4f385e49e6a3f32d2c92fa977ead2d707f633ddd (patch)
tree94820e9f02256e1285bda9964fc981c561bca53a /sysutils/file
parent1b5d9d2251877e82ebb934ef1a3d97a3079a3485 (diff)
downloadpkgsrc-4f385e49e6a3f32d2c92fa977ead2d707f633ddd.tar.gz
file uses libz.so. So add buildlink3.mk for zlib.
Diffstat (limited to 'sysutils/file')
-rw-r--r--sysutils/file/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
index 690889a6bf6..0eabddf03d3 100644
--- a/sysutils/file/Makefile
+++ b/sysutils/file/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 17:24:14 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/05 02:10:39 reed Exp $
DISTNAME= file-4.02
CATEGORIES= sysutils
@@ -9,10 +9,13 @@ MAINTAINER= tech-pkg@NetBSD.org
#HOMEPAGE=
COMMENT= Tool for determining file type
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-fsect-man5
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
+.include "../../devel/zlib/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"