diff options
author | jschauma <jschauma> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-11-30 22:58:40 +0000 |
commit | d6950d800c7b28178121cd41df69009e33b9704d (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /graphics/SDLKit | |
parent | a27388cc3e6faa779509d8bf08cf7b91d44ef66d (diff) | |
download | pkgsrc-d6950d800c7b28178121cd41df69009e33b9704d.tar.gz |
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
Diffstat (limited to 'graphics/SDLKit')
-rw-r--r-- | graphics/SDLKit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile index e5ee3d57dd8..c4a33cc9558 100644 --- a/graphics/SDLKit/Makefile +++ b/graphics/SDLKit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2003/08/28 12:56:56 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/11/30 22:58:41 jschauma Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/SDLKit/} -PKGREVISION= 3 +PKGREVISION= 4 WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit COMMENT= 3DKit SDL backend |