diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 15:15:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-06 15:15:51 +0000 |
commit | 03bc82651679866b07b49b0ac7188b62fa2ce76e (patch) | |
tree | b149a1daa64118f18102ed6c5a169a8177594ed2 /graphics/Makefile | |
parent | 54905f2dc828ee153261ab798be656e0b0588ca5 (diff) |
WWW color names and equivalent RGB values. This modules defines color names
and their associated RGB values from various WWW specifications and
implementations.
WWW: http://search.cpan.org/dist/Graphics-ColorNames-WWW/
PR: ports/126117
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
Notes
Notes:
svn path=/head/; revision=218145
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b7947c2061d5..63aafecdfe9c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -515,6 +515,7 @@ SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-Graphics-ColorNames + SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool |