diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /www/mgstat | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) | |
download | ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.tar.gz ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.zip |
Notes
Diffstat (limited to 'www/mgstat')
-rw-r--r-- | www/mgstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile index ac789231ff7f..0040cdb1f2ba 100644 --- a/www/mgstat/Makefile +++ b/www/mgstat/Makefile @@ -7,13 +7,14 @@ PORTNAME= mgstat PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Produce graphs from mod_gzip log files -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 GNU_CONFIGURE= yes |