aboutsummaryrefslogtreecommitdiffstats
path: root/www/webalizer
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-05-23 12:35:38 +0800
committerdinoex <dinoex@FreeBSD.org>2002-05-23 12:35:38 +0800
commitb244d92c6f4c4a37492b409eb4019acf6af3ba77 (patch)
tree422af0f179e01498d890f592b5b2747811d310f4 /www/webalizer
parent6582b37613a48216396e118676b18f908ec50b48 (diff)
downloadfreebsd-ports-gnome-b244d92c6f4c4a37492b409eb4019acf6af3ba77.tar.gz
freebsd-ports-gnome-b244d92c6f4c4a37492b409eb4019acf6af3ba77.tar.zst
freebsd-ports-gnome-b244d92c6f4c4a37492b409eb4019acf6af3ba77.zip
Update to gd.4
for Option WEBALIZER_WITH_GD2
Diffstat (limited to 'www/webalizer')
-rw-r--r--www/webalizer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile
index 656c6ad482f1..748dfe8d39b2 100644
--- a/www/webalizer/Makefile
+++ b/www/webalizer/Makefile
@@ -17,7 +17,7 @@ MAINTAINER?= dinoex@FreeBSD.org
.if !defined(LIB_DEPENDS)
.if defined(WEBALIZER_WITH_GD2)
-LIB_DEPENDS= gd.3:${PORTSDIR}/graphics/gd2
+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2
.else
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
.endif