diff options
author | darcy <darcy> | 2001-10-18 11:15:12 +0000 |
---|---|---|
committer | darcy <darcy> | 2001-10-18 11:15:12 +0000 |
commit | 3f468142b1febec911d5bfdaccd4c51a802ade46 (patch) | |
tree | c1109b47bd591fb2cbec89c2aadb12fa8e8be148 /graphics | |
parent | 2a6031611197060afd06dcfa523c9165a3d78a63 (diff) | |
download | pkgsrc-3f468142b1febec911d5bfdaccd4c51a802ade46.tar.gz |
Adding gdchart and py-gdchart to the graphics Makefile.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c374a9e6d46..aee0f2a7489 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2001/10/16 05:30:42 jlam Exp $ +# $NetBSD: Makefile,v 1.162 2001/10/18 11:15:12 darcy Exp $ # COMMENT= Graphics tools and libraries @@ -46,6 +46,7 @@ SUBDIR+= fxtv SUBDIR+= g2 SUBDIR+= g3d SUBDIR+= gd +SUBDIR+= gdchart SUBDIR+= gdk-pixbuf SUBDIR+= gdk-pixbuf-gnome SUBDIR+= geomview @@ -125,6 +126,7 @@ SUBDIR+= ppmtoxvpic SUBDIR+= prag SUBDIR+= pstoedit SUBDIR+= py-gd +SUBDIR+= py-gdchart SUBDIR+= py-imaging SUBDIR+= py-imagingtk SUBDIR+= qvplay |