diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/http-analyze/Makefile | 2 | ||||
-rw-r--r-- | www/webalizer-2/Makefile | 2 | ||||
-rw-r--r-- | www/webalizer/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index 9ea428aae8df..6a2592923c4a 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd MAN1= http-analyze.1 diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index ac739e658c72..37f32bd16bbe 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-2.00-12-src MAINTAINER= ache@FreeBSD.org -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd NO_LATEST_LINK= yes USE_BZIP2= yes diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 7edfa8f7bbf9..8966b0ddab9c 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dirk.meyer@dinoex.sub.org -LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \ |