summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorreed <reed>2004-02-05 02:10:39 +0000
committerreed <reed>2004-02-05 02:10:39 +0000
commit9c50ca966fdc04fd4e4262c4d214219063fb03eb (patch)
tree94820e9f02256e1285bda9964fc981c561bca53a /sysutils
parenta3333d67ba615234c99f8b9baf3a4bd58b259897 (diff)
downloadpkgsrc-9c50ca966fdc04fd4e4262c4d214219063fb03eb.tar.gz
file uses libz.so. So add buildlink3.mk for zlib.
Diffstat (limited to 'sysutils')
-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"