diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-17 06:58:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-17 06:58:11 +0000 |
commit | accd2c3a52e42e0ad96cb9e0a098b542dc2bbb25 (patch) | |
tree | 3f88943f0e6a91e8dfeb33da9fea4d32c11b6452 /graphics | |
parent | Update to 0.4. (diff) |
Enable JPEG support.
Submitted by: Anders Nordby <anders@fix.no> (MAINTAINER)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdchart/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 323e3474846e..54b7223f317c 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdchart PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ |