summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-21 18:19:05 +0000
committerwiz <wiz>2006-07-21 18:19:05 +0000
commit1bb29ed58f5c7031444656a9acadc45b01053035 (patch)
treed1c917a7cd4b3984dd1fea0b6955033350c0e94c /net/p5-Geo-IP
parent52eca88495042befc49f31d2916828b2d97f896c (diff)
downloadpkgsrc-1bb29ed58f5c7031444656a9acadc45b01053035.tar.gz
Fix build by pointing to GeoIP location.
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile4
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"