diff options
-rw-r--r-- | www/mod_geoip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 529b5556a7f8..0fd1a601570e 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -15,6 +15,7 @@ MAINTAINER= seanc@FreeBSD.org BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${APXS}:${APACHE_PORT} +LIB_DEPENDS= GeoIP.2:${PORTSDIR}/net/GeoIP APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 |