diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-01-20 09:11:08 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-01-20 09:11:08 +0000 |
commit | f4ffb55f180586fb990e88735c9a13feadfa170b (patch) | |
tree | ad63b1322d4b61c079d2c223bb36a3a981c6e463 /graphics/jpgraph2 | |
parent | fee5d0b3690fe54254fd3418502ac1a4722d6630 (diff) | |
download | ports-f4ffb55f180586fb990e88735c9a13feadfa170b.tar.gz ports-f4ffb55f180586fb990e88735c9a13feadfa170b.zip |
Notes
Diffstat (limited to 'graphics/jpgraph2')
-rw-r--r-- | graphics/jpgraph2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index 970324ee1549..344789a7d717 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -8,13 +8,11 @@ PORTNAME= jpgraph PORTVERSION= 2.1.4 CATEGORIES= graphics -MASTER_SITES= http://members.chello.se/jpgraph/jpgdownloads/ +MASTER_SITES= http://web.comhem.se/jpgraph/jpgdownloads/ MAINTAINER= ale@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code -BROKEN= Unfetchable - NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_PHP= gd |