diff options
author | wiz <wiz> | 2003-04-03 08:28:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-03 08:28:14 +0000 |
commit | 1010d009bf0b5c4fc8be8cb4a4d06fd6e6f375ae (patch) | |
tree | 04b6f8dfc09a98ea76b0d502288eb0a09f1bb18e /graphics/Makefile | |
parent | 29ba8b9f1b0323961137cf56237b09a174fc5eaa (diff) | |
download | pkgsrc-1010d009bf0b5c4fc8be8cb4a4d06fd6e6f375ae.tar.gz |
Finish renaming of SDL-image to SDL_image.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f9fdce1e6ce..8daa6a69334 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.229 2003/02/17 13:14:51 zuntum Exp $ +# $NetBSD: Makefile,v 1.230 2003/04/03 08:28:14 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -17,8 +17,8 @@ SUBDIR+= MesaDemos SUBDIR+= MesaLib SUBDIR+= Ngraph SUBDIR+= RenderKit -SUBDIR+= SDL-image SUBDIR+= SDLKit +SUBDIR+= SDL_image SUBDIR+= aalib SUBDIR+= aalib-x11 SUBDIR+= alevt |