diff options
author | will <will@FreeBSD.org> | 2000-06-07 01:56:52 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-07 01:56:52 +0800 |
commit | d3ed24be14e86512cefb8211c7a6a3f29076349f (patch) | |
tree | 523bda0f4e6016291829ab542ed99da4273f7ab8 /www/http-analyze | |
parent | 18b47417a058dda2b378b3d44c234ea6924d3e26 (diff) | |
download | freebsd-ports-gnome-d3ed24be14e86512cefb8211c7a6a3f29076349f.tar.gz freebsd-ports-gnome-d3ed24be14e86512cefb8211c7a6a3f29076349f.tar.zst freebsd-ports-gnome-d3ed24be14e86512cefb8211c7a6a3f29076349f.zip |
Update LIB_DEPENDS for gd: gd.0 -> gd.1.
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 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 |