From 11e21f55569786a35acce403013dcb4306740613 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 21 Jul 2006 18:19:05 +0000 Subject: Fix build by pointing to GeoIP location. --- net/p5-Geo-IP/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index a6cecacaed9..902d5c8b138 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/05 16:39:38 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/21 18:19:05 wiz Exp $ # DISTNAME= Geo-IP-1.27 @@ -13,6 +13,8 @@ COMMENT= Gets country name by IP or hostname PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/Geo/IP/.packlist +MAKE_PARAMS+= LIBS="-L${PREFIX:Q}/lib -Wl,-R${PREFIX:Q}/lib" +MAKE_PARAMS+= INC="-I${PREFIX:Q}/include" .include "../../lang/perl5/module.mk" .include "../../net/GeoIP/buildlink3.mk" -- cgit v1.2.3