diff options
author | jschauma <jschauma> | 2003-03-09 19:10:35 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-09 19:10:35 +0000 |
commit | dd875d693ebf09f76ed039f2266c18b2cec3fd94 (patch) | |
tree | c9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /emulators | |
parent | 600640b6c58bd59f97c8ced08d3e712a1c59c4cf (diff) | |
download | pkgsrc-dd875d693ebf09f76ed039f2266c18b2cec3fd94.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')
-rw-r--r-- | emulators/rewind/Makefile | 7 | ||||
-rw-r--r-- | emulators/wine/Makefile | 6 |
2 files changed, 8 insertions, 5 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" diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 648dbc51e33..640629f3d18 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2003/03/04 11:45:58 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2003/03/09 19:12:37 jschauma Exp $ DISTNAME= Wine-20030219 PKGNAME= ${DISTNAME:S/W/w/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/wine-20030219 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} @@ -46,7 +47,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" |