diff options
author | wiz <wiz> | 2002-10-03 15:35:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-03 15:35:08 +0000 |
commit | 2be4bb487d340f27c22e1ba695837a667db4e2de (patch) | |
tree | 9f47d23286160b3eaa566ec291f3a787b6e5473c /graphics/Makefile | |
parent | 7236e4cb2db922efeb37038584e6a015ae93a6c6 (diff) | |
download | pkgsrc-2be4bb487d340f27c22e1ba695837a667db4e2de.tar.gz |
Sort.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0bc24764260..191edee0e0b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.205 2002/09/29 09:36:49 rh Exp $ +# $NetBSD: Makefile,v 1.206 2002/10/03 15:35:08 wiz Exp $ # COMMENT= Graphics tools and libraries SUBDIR+= 3DKit SUBDIR+= CompuPic -SUBDIR+= GeometryKit SUBDIR+= GLXKit -SUBDIR+= GlutKit -SUBDIR+= RenderKit -SUBDIR+= SDLKit SUBDIR+= GMT SUBDIR+= GUIlib +SUBDIR+= GeometryKit +SUBDIR+= GlutKit SUBDIR+= ImageMagick SUBDIR+= ImageViewer SUBDIR+= Mesa SUBDIR+= MesaLib SUBDIR+= Ngraph +SUBDIR+= RenderKit SUBDIR+= SDL-image +SUBDIR+= SDLKit SUBDIR+= aalib SUBDIR+= aalib-x11 SUBDIR+= alevt |