diff options
author | seanc <seanc@FreeBSD.org> | 2003-01-28 03:13:50 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-01-28 03:13:50 +0800 |
commit | 820c1b5c1327c9bbf2e36f8d7845fa27da53cd35 (patch) | |
tree | 836c87e17b36f102ee36db0ae3a6ba082918732b /www/mod_geoip | |
parent | 83e67b8dbc4cffbb93f46b23e237049e410696d2 (diff) | |
download | freebsd-ports-gnome-820c1b5c1327c9bbf2e36f8d7845fa27da53cd35.tar.gz freebsd-ports-gnome-820c1b5c1327c9bbf2e36f8d7845fa27da53cd35.tar.zst freebsd-ports-gnome-820c1b5c1327c9bbf2e36f8d7845fa27da53cd35.zip |
Add GeoIP dependency. ::blush:: Not bumping port version.
Diffstat (limited to 'www/mod_geoip')
-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 |