diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:28:28 +0000 |
commit | 38e3e6a87b9abd2f393b2932fb132b441263aa21 (patch) | |
tree | a1fb585c640e6d94163f7e059a3f6522d70c6801 /www | |
parent | 5cb55aa1390fd21056bdd9a76f368ec61f19ca02 (diff) | |
download | freebsd-ports-38e3e6a87b9abd2f393b2932fb132b441263aa21.zip |
These ports now need 'LIB_DEPENDS=gd.0:...'.
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 4c05038c9ede..0477653528df 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andreas@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd BROKEN= gd upgrade diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index 7c2eb7f04f8e..10a3493f5b25 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dirk.meyer@dinoex.sub.org -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \ diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 7c2eb7f04f8e..10a3493f5b25 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dirk.meyer@dinoex.sub.org -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gdlib=${PREFIX}/lib \ |