diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-21 01:32:30 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-21 01:32:30 +0000 |
commit | f5dc836a7e7b1505743663a99cbca48076364817 (patch) | |
tree | 1dbcaf9b4d141525f35372ee671cdd1007df8787 /graphics/gdtclft/Makefile | |
parent | Restore the ability to _read_ gif images, removed by the author due (diff) |
Add back the ability to _read_ GIF images, now that our gd has it again.
Diffstat (limited to 'graphics/gdtclft/Makefile')
-rw-r--r-- | graphics/gdtclft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 9342f0112d22..e5b3f4cd9a36 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tcl${TCL_DVER} MASTER_SITES= ftp://ftp.graphviz.org/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} |