diff options
author | wiz <wiz> | 2002-03-24 20:20:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-24 20:20:09 +0000 |
commit | a91352c8511d77d8d8ae70a3d18ba41108fe7daf (patch) | |
tree | f1ff923206009c726c7fd60d04000fff37556e73 | |
parent | 22b4ee17e50c8e53100ecfa8a020e5c82e1fb4f0 (diff) | |
download | pkgsrc-a91352c8511d77d8d8ae70a3d18ba41108fe7daf.tar.gz |
Add and enable SDL_gfx.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 17febcf8390..cce3b1266af 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.275 2002/03/23 11:00:46 agc Exp $ +# $NetBSD: Makefile,v 1.276 2002/03/24 20:20:09 wiz Exp $ # COMMENT= Development utilities SUBDIR+= GConf SUBDIR+= SDL +SUBDIR+= SDL_gfx SUBDIR+= SDL_ttf SUBDIR+= acme SUBDIR+= anjuta |