diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-27 15:43:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-27 15:43:32 +0000 |
commit | 1f2ba12d0f320f0ff7886c932bdf7413cb4ace3e (patch) | |
tree | 5d27f9216d56b49365f791288732e5c439135f3a /graphics/SDL_image | |
parent | 4a4c4dc1040b13c3ba52da465cc838261ceb3e1e (diff) | |
download | pkgsrc-1f2ba12d0f320f0ff7886c932bdf7413cb4ace3e.tar.gz |
PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r-- | graphics/SDL_image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index b6659447cf4..0ea1991ecd8 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/01/05 12:09:38 adam Exp $ +# $NetBSD: Makefile,v 1.19 2005/03/27 15:43:37 wiz Exp $ DISTNAME= SDL_image-1.2.4 +PKGREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ |