aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/webalizer/Makefile')
-rw-r--r--www/webalizer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 51ff4b388b45..509bf3dd6f06 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -51,11 +51,11 @@ DISTFILES+= webalizer-geodb-20150901.tgz:geodb
# slave ports override with languages specific gd
.if !defined(LIB_DEPENDS)
-LIB_DEPENDS+= libgd.so:${PORTSDIR}/${GD_PORT}
+LIB_DEPENDS+= libgd.so:${GD_PORT}
.endif
.if ${PORT_OPTIONS:MGEOIP}
-LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS+= libGeoIP.so:net/GeoIP
.endif
.if ${PORT_OPTIONS:MGEODB}