ba107788c6
these got built on amd64 without the WANTLIB they should have had, this is causing issues with pkg_add updates reported by Johan Huldtgren
22 lines
368 B
Makefile
22 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/08/30 14:09:21 sthen Exp $
|
|
|
|
COMMENT= PHP support for geocoding IPv4 addresses
|
|
|
|
DISTNAME= geoip-1.0.7
|
|
REVISION= 6
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += GeoIP
|
|
|
|
MODULES= lang/php/pecl
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIB_DEPENDS= net/GeoIP
|
|
|
|
.include <bsd.port.mk>
|