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/http-analyze | |
parent | Build and install the shared library again. (diff) |
These ports now need 'LIB_DEPENDS=gd.0:...'.
Diffstat (limited to 'www/http-analyze')
-rw-r--r-- | www/http-analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |