diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-12-22 13:11:19 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-12-22 13:11:19 +0000 |
commit | fa59bd18c73a506c3ed2fe96b25811ca4b0b8ddd (patch) | |
tree | 6a64c0b2f633cab3688d4b1929cdbc9b959bc9a4 /graphics/Makefile | |
parent | 3a98a72ae61f35813cdf427a5408fec87a724181 (diff) |
Initial import of py-gd 0.26.
This is the Python interface to the GD library.
PR: 33088
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes
Notes:
svn path=/head/; revision=51981
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 37147601e6de..dcedbed2842b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -240,6 +240,7 @@ SUBDIR += proj SUBDIR += pstoedit SUBDIR += pvmpov + SUBDIR += py-gd SUBDIR += py-gdchart SUBDIR += py-imaging SUBDIR += py-imaging-handbook |