summaryrefslogtreecommitdiff
path: root/net/GeoIP
diff options
context:
space:
mode:
Diffstat (limited to 'net/GeoIP')
-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"