aboutsummaryrefslogtreecommitdiff
path: root/www/mgstat/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-11 18:16:14 +0000
commit99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch)
treefb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /www/mgstat/Makefile
parent31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff)
downloadports-99a390f50bab457f60aec3050c18c4b5c5fb7023.tar.gz
ports-99a390f50bab457f60aec3050c18c4b5c5fb7023.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
Notes
Notes: svn path=/head/; revision=84696
Diffstat (limited to 'www/mgstat/Makefile')
-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