diff options
author | seanc <seanc@FreeBSD.org> | 2003-05-17 02:14:06 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-05-17 02:14:06 +0800 |
commit | 7d7ee8d0174baa8e18a61f96947f372e4b8af41f (patch) | |
tree | 7b9dc75ac9a2ce7bb321b88e6d76ed927ef5f937 /www | |
parent | c5839fc56283d73cab031f114ae0ab1545f70139 (diff) | |
download | freebsd-ports-gnome-7d7ee8d0174baa8e18a61f96947f372e4b8af41f.tar.gz freebsd-ports-gnome-7d7ee8d0174baa8e18a61f96947f372e4b8af41f.tar.zst freebsd-ports-gnome-7d7ee8d0174baa8e18a61f96947f372e4b8af41f.zip |
Chase GeoIP so version bump.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_geoip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index f6977bc14749..3c9d88bf625c 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_geoip PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.maxmind.com/download/geoip/api/mod_geoip/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= An Apache module that provides the country code of the client's IP BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} -LIB_DEPENDS= GeoIP.2:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.3:${PORTSDIR}/net/GeoIP APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 @@ -25,7 +26,7 @@ DOCS= Changes INSTALL README README.php do-build: @cd ${WRKSRC} && \ - ${APXS} -c -L${LOCALBASE}/lib -I${LOCALBASE}/include mod_geoip.c + ${APXS} -c -L${LOCALBASE}/lib -I${LOCALBASE}/include -lGeoIP mod_geoip.c do-install: ${APXS} -i -A -n geoip ${WRKSRC}/mod_geoip.so |