aboutsummaryrefslogtreecommitdiffstats
path: root/www/mgstat
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-07-12 02:16:14 +0800
committernork <nork@FreeBSD.org>2003-07-12 02:16:14 +0800
commit07d4243107c7c11506a607480ffa2c5fbb716299 (patch)
tree8105e7b9bfe65fc36d1797e9690cdbdc1ba972ff /www/mgstat
parentb928507d6b0aa80a3d71cc58c69fe7d62d53fc62 (diff)
downloadfreebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.tar.gz
freebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.tar.zst
freebsd-ports-gnome-07d4243107c7c11506a607480ffa2c5fbb716299.zip
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury
Diffstat (limited to 'www/mgstat')
-rw-r--r--www/mgstat/Makefile3
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