diff options
author | rh <rh> | 2003-05-06 06:49:52 +0000 |
---|---|---|
committer | rh <rh> | 2003-05-06 06:49:52 +0000 |
commit | 17cbec3e5686474e82eed04f8b9c6f9e3f80224b (patch) | |
tree | eca18ba7f8fc4c08cd21a4b1cee66d2d69ce8664 | |
parent | 8cc074a4ba64da3da3ac4809e7833effc4c7f6e7 (diff) | |
download | pkgsrc-17cbec3e5686474e82eed04f8b9c6f9e3f80224b.tar.gz |
Add and enable ProjectCenter
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c2b69c399ab..486b5ba1948 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.389 2003/05/05 11:37:22 wiz Exp $ +# $NetBSD: Makefile,v 1.390 2003/05/06 06:49:52 rh Exp $ # COMMENT= Development utilities @@ -7,6 +7,7 @@ SUBDIR+= GConf SUBDIR+= GConf2 SUBDIR+= GConf2-ui SUBDIR+= Gorm +SUBDIR+= ProjectCenter SUBDIR+= SDL SUBDIR+= SDL_gfx SUBDIR+= SDL_ttf |