diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:52:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:52:56 +0000 |
commit | 1f7c47a8120c92ff6eaf4f8aabddf41f49be4e5d (patch) | |
tree | 5948c7ea06642c81548e3972fe4974a511f228a2 /graphics/gdchart | |
parent | 3594eaa3038d3a7021497bbedf2acfb3cb7b70eb (diff) | |
download | ports-1f7c47a8120c92ff6eaf4f8aabddf41f49be4e5d.tar.gz ports-1f7c47a8120c92ff6eaf4f8aabddf41f49be4e5d.zip |
Notes
Diffstat (limited to 'graphics/gdchart')
-rw-r--r-- | graphics/gdchart/Makefile | 1 | ||||
-rw-r--r-- | graphics/gdchart/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 55776a120608..61c364a131f6 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.fred.net/brv/chart/ \ DISTNAME= ${PORTNAME}${PORTVERSION}dev MAINTAINER= knu@FreeBSD.org +COMMENT= Easy to use, fast C API for creating charts and graphs LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 \ jpeg:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gdchart/pkg-comment b/graphics/gdchart/pkg-comment deleted file mode 100644 index 994cff3855af..000000000000 --- a/graphics/gdchart/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Easy to use, fast C API for creating charts and graphs |