diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
commit | c6baf95a8f18a1b1fb1e19583fa1fed495f13344 (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /emulators | |
parent | 3db78cacd659c4a951634d77de8f0394239a9358 (diff) | |
download | pkgsrc-c6baf95a8f18a1b1fb1e19583fa1fed495f13344.tar.gz |
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/rewind/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile index 51396575923..463809c1385 100644 --- a/emulators/rewind/Makefile +++ b/emulators/rewind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:35:43 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= rewind-20020420 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3880f9065d0..3958ef3f1e4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2003/10/17 13:54:18 adam Exp $ +# $NetBSD: Makefile,v 1.54 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= Wine-20031016 PKGNAME= ${DISTNAME:S/W/w/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} CATEGORIES= emulators MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \ |