aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-12-30 09:32:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-12-30 09:32:08 +0000
commit42a6044ec19fc824eb98210f4597e0fa7f46abca (patch)
tree38827f98e1b4761168c6559e3f88e629ae609a00 /www/webalizer/Makefile
parenta019ae7a2e9570db280db74de86decbec4547610 (diff)
downloadports-42a6044ec19fc824eb98210f4597e0fa7f46abca.tar.gz
ports-42a6044ec19fc824eb98210f4597e0fa7f46abca.zip
Notes
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r--www/webalizer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index a9898c9478e7..37a72f59cebf 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -45,16 +45,16 @@ LARGE_URL_DESC=Enable URLs longer 512 bytes
DISTFILES+= webalizer-flags.tgz:main
.endif
.if ${PORT_OPTIONS:MGEODB} || make(makesum) || defined(FETCH_ALL)
-DISTFILES+= webalizer-geodb-20120901.tgz:geodb
+DISTFILES+= webalizer-geodb-20121201.tgz:geodb
.endif
# slave ports override with languages specific gd
.if !defined(LIB_DEPENDS)
-LIB_DEPENDS= gd.4:${PORTSDIR}/${GD_PORT}
+LIB_DEPENDS= gd:${PORTSDIR}/${GD_PORT}
.endif
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
.endif
.if ${PORT_OPTIONS:MGEODB}