1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to gd.4

for Option WEBALIZER_WITH_GD2
This commit is contained in:
Dirk Meyer 2002-05-23 04:35:38 +00:00
parent 24df3f9ae0
commit cbecc7fb36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59761

View File

@ -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