summaryrefslogtreecommitdiff
path: root/graphics/clanlib
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 /graphics/clanlib
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 'graphics/clanlib')
-rw-r--r--graphics/clanlib/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile
index 2aa12944452..e65c6367f92 100644
--- a/graphics/clanlib/Makefile
+++ b/graphics/clanlib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2002/09/21 12:49:55 jlam Exp $
+# $NetBSD: Makefile,v 1.30 2003/03/09 19:17:55 jschauma Exp $
DISTNAME= ClanLib-0.4.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics games devel x11
MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/
@@ -33,12 +33,15 @@ CONFIGURE_ARGS+= --disable-vidmode
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
MAKE_ENV+= X11BASE="${X11BASE}"
+.include "../../mk/bsd.prefs.mk"
+
post-patch:
${CHMOD} +x ${WRKSRC}/configure
.include "../../graphics/hermes/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"