pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/GeoIP We use zlib. Mark as such for platforms wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fedc1c4496a2
branches: trunk
changeset: 490473:fedc1c4496a2
user: tv <tv%pkgsrc.org@localhost>
date: Sat Mar 12 05:22:54 2005 +0000
description:
We use zlib. Mark as such for platforms without zlib bundled.
diffstat:
net/GeoIP/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 6195797968ba -r fedc1c4496a2 net/GeoIP/Makefile
--- a/net/GeoIP/Makefile Fri Mar 11 23:25:40 2005 +0000
+++ b/net/GeoIP/Makefile Sat Mar 12 05:22:54 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index