summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-12 05:22:54 +0000
committertv <tv@pkgsrc.org>2005-03-12 05:22:54 +0000
commitff530087d77c980f0541977a3afab0ca0d5dd2f6 (patch)
tree67ab66dc5bee2296bc19e53b0d120ebbedb72fff /net
parent829c1ceb953c2ba285932bc7f042339cc73f179f (diff)
downloadpkgsrc-ff530087d77c980f0541977a3afab0ca0d5dd2f6.tar.gz
We use zlib. Mark as such for platforms without zlib bundled.
Diffstat (limited to 'net')
-rw-r--r--net/GeoIP/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile
index 16d12bf8728..810d419804d 100644
--- a/net/GeoIP/Makefile
+++ b/net/GeoIP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/11/25 18:37:52 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/12 05:22:54 tv Exp $
#
DISTNAME= GeoIP-1.3.8
@@ -21,4 +21,5 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/GeoIP
CONF_FILES= ${EGDIR}/GeoIP.conf.default ${PKG_SYSCONFDIR}/GeoIP.conf
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"