diff options
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |