summaryrefslogtreecommitdiff
path: root/devel/SDL
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-03-09 19:10:35 +0000
committerjschauma <jschauma@pkgsrc.org>2003-03-09 19:10:35 +0000
commit77dbcbc11aae661d281adbf79ebabc44b45576db (patch)
treec9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /devel/SDL
parent433551bc2510b595696a2711b22acd2a69eb17ee (diff)
downloadpkgsrc-77dbcbc11aae661d281adbf79ebabc44b45576db.tar.gz
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'devel/SDL')
-rw-r--r--devel/SDL/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile
index 4860593bf69..1f07d9d27c4 100644
--- a/devel/SDL/Makefile
+++ b/devel/SDL/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2002/11/06 19:02:55 atatat Exp $
+# $NetBSD: Makefile,v 1.46 2003/03/09 19:10:35 jschauma Exp $
#
DISTNAME= SDL-1.2.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel games
MASTER_SITES= http://www.libsdl.org/release/
@@ -49,7 +49,8 @@ MAKE_ENV+= AM_CFLAGS="${AM_CFLAGS}"
.endif
.include "../../audio/esound/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glut/buildlink2.mk"
.include "../../graphics/aalib-x11/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"