diff options
author | agc <agc@pkgsrc.org> | 2002-05-22 16:09:54 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-05-22 16:09:54 +0000 |
commit | 165cf123ae034d591ca6e826817b977fd61360fc (patch) | |
tree | 2331c8f8e51dbd23cff84e6a3295ef378b4ab1b3 /devel | |
parent | 20d76ccd12b2b927b0a994bbf160515265bd5130 (diff) | |
download | pkgsrc-165cf123ae034d591ca6e826817b977fd61360fc.tar.gz |
Add and enable GConf2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c364b0f8b83..b2871c21570 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.287 2002/05/17 16:57:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.288 2002/05/22 16:09:54 agc Exp $ # COMMENT= Development utilities SUBDIR+= GConf +SUBDIR+= GConf2 SUBDIR+= SDL SUBDIR+= SDL_gfx SUBDIR+= SDL_ttf |