summaryrefslogtreecommitdiff
path: root/emulators/rewind
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 /emulators/rewind
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 'emulators/rewind')
-rw-r--r--emulators/rewind/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile
index 30f65b94154..a0670bfb1ee 100644
--- a/emulators/rewind/Makefile
+++ b/emulators/rewind/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/09 19:12:37 jschauma Exp $
DISTNAME= rewind-20020420
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -45,7 +45,8 @@ post-install:
${INSTALL_DATA} generic.ppd ${EGDIR}/generic.ppd; \
${INSTALL_DATA} system.ini ${EGDIR}/system.ini
-.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../graphics/MesaLib/buildlink2.mk"
+.include "../../graphics/glu/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"