diff options
author | drochner <drochner@pkgsrc.org> | 2002-02-15 21:28:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-02-15 21:28:00 +0000 |
commit | 2f2d6f79c9cc23a9e1e612a201f70e781ccd4a03 (patch) | |
tree | 527cad9608a8c6783114e470a04181269d626cac /graphics | |
parent | b6292f775c96b161e2831510d4b30ba8ccb81901 (diff) | |
download | pkgsrc-2f2d6f79c9cc23a9e1e612a201f70e781ccd4a03.tar.gz |
gimp is split up now
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 169d446bc3a..2379313d8eb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.175 2002/02/13 09:11:50 abs Exp $ +# $NetBSD: Makefile,v 1.176 2002/02/15 21:28:00 drochner Exp $ # COMMENT= Graphics tools and libraries @@ -61,6 +61,8 @@ SUBDIR+= giflib SUBDIR+= gifsicle SUBDIR+= giftrans SUBDIR+= gimp +SUBDIR+= gimp-base +SUBDIR+= gimp-data SUBDIR+= giram SUBDIR+= gle SUBDIR+= glu |