diff options
Diffstat (limited to 'net/pecl-geoip/Makefile')
-rw-r--r-- | net/pecl-geoip/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-geoip/Makefile b/net/pecl-geoip/Makefile index 081c64b..15f521d 100644 --- a/net/pecl-geoip/Makefile +++ b/net/pecl-geoip/Makefile @@ -4,9 +4,6 @@ PORTNAME= geoip PORTVERSION= 1.1.1 CATEGORIES= net www -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= Map IP address to geographic places @@ -15,7 +12,7 @@ LICENSE= PHP301 LIB_DEPENDS= libGeoIP.so:net/GeoIP -USES= php:ext tar:tgz +USES= php:pecl post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 |