diff options
author | rh <rh@pkgsrc.org> | 2003-04-19 07:56:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-04-19 07:56:20 +0000 |
commit | a9f1544391d04b283262d351beebdf84660995cb (patch) | |
tree | 414e947c96058da5476cfcbc5b95ef526f595a79 /graphics/Makefile | |
parent | 07eacb96fa0e00bfe4043262363348346ebb9ad1 (diff) | |
download | pkgsrc-a9f1544391d04b283262d351beebdf84660995cb.tar.gz |
Add and enable PanoTools
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3192983f258..3724f118a14 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.238 2003/04/19 04:44:59 rh Exp $ +# $NetBSD: Makefile,v 1.239 2003/04/19 07:56:20 rh Exp $ # COMMENT= Graphics tools and libraries @@ -16,6 +16,7 @@ SUBDIR+= Mesa SUBDIR+= MesaDemos SUBDIR+= MesaLib SUBDIR+= Ngraph +SUBDIR+= PanoTools SUBDIR+= RenderKit SUBDIR+= SDLKit SUBDIR+= SDL_image |