diff options
author | rh <rh> | 2002-09-29 09:36:49 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-29 09:36:49 +0000 |
commit | 1ccbe6d6670c02184d7454033a562f887d6e36c9 (patch) | |
tree | 374661fe9b7898630fba901083bf52272a1fd3b8 /graphics/Makefile | |
parent | 123e6e4128f28cc1f23c493fb61b84f64137e3e3 (diff) | |
download | pkgsrc-1ccbe6d6670c02184d7454033a562f887d6e36c9.tar.gz |
Add and enable ImageViewer
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 fe5d1a69bc7..0bc24764260 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.204 2002/09/29 06:19:16 rh Exp $ +# $NetBSD: Makefile,v 1.205 2002/09/29 09:36:49 rh Exp $ # COMMENT= Graphics tools and libraries @@ -13,6 +13,7 @@ SUBDIR+= SDLKit SUBDIR+= GMT SUBDIR+= GUIlib SUBDIR+= ImageMagick +SUBDIR+= ImageViewer SUBDIR+= Mesa SUBDIR+= MesaLib SUBDIR+= Ngraph |