summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-21 18:19:05 +0000
committerwiz <wiz@pkgsrc.org>2006-07-21 18:19:05 +0000
commit11e21f55569786a35acce403013dcb4306740613 (patch)
treed1c917a7cd4b3984dd1fea0b6955033350c0e94c /net/p5-Geo-IP
parent399c3d7289a05845c7af9aa99346b888aff6ec3e (diff)
downloadpkgsrc-11e21f55569786a35acce403013dcb4306740613.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"