diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-01-03 21:03:03 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-01-03 21:03:03 +0000 |
commit | 08e03442441f9253c633fdc150d8afe538a7da25 (patch) | |
tree | 93f60f4bf78683e81543729902af4aab02490210 /graphics/Makefile | |
parent | 0d5e464a00bafc8998c7dc0b2205f687d38cc5cc (diff) | |
download | pkgsrc-08e03442441f9253c633fdc150d8afe538a7da25.tar.gz |
Add:
graphics/pear-Image_Canvas
graphics/pear-Image_Color
graphics/pear-Image_Graph
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 59e2c299f55..1cd69ba0cc5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.405 2005/12/11 09:40:44 wiz Exp $ +# $NetBSD: Makefile,v 1.406 2006/01/03 21:03:03 adrianp Exp $ # COMMENT= Graphics tools and libraries @@ -216,6 +216,9 @@ SUBDIR+= p5-Image-Info SUBDIR+= p5-Image-Size SUBDIR+= p5-PerlMagick SUBDIR+= p5-SWF-File +SUBDIR+= pear-Image_Canvas +SUBDIR+= pear-Image_Color +SUBDIR+= pear-Image_Graph SUBDIR+= pgraf SUBDIR+= photopc SUBDIR+= php-exif |