diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-06 17:56:52 +0000 |
commit | bfa2b79a99f351c25703b1ef106949574db1eee2 (patch) | |
tree | cb6bc4579abdc29fe727a020e75eb3b8ca92a355 /www | |
parent | 57ded945a1027fd80520e863bb88ec846d1d80ca (diff) | |
download | ports-bfa2b79a99f351c25703b1ef106949574db1eee2.tar.gz ports-bfa2b79a99f351c25703b1ef106949574db1eee2.zip |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
Notes
Notes:
svn path=/head/; revision=29273
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 \ |