diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-06-27 02:53:21 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-06-27 02:53:21 +0000 |
commit | 971fcd8721aeb3cc19a3f12a1f6d4294b376a5dc (patch) | |
tree | ab2068a106215dbb1819d3eb21de8b5ec2050748 /emulators | |
parent | ef7294e929df5d4421173f9b74fc641b74fd7cf6 (diff) | |
download | pkgsrc-971fcd8721aeb3cc19a3f12a1f6d4294b376a5dc.tar.gz |
bjs told me to bump PKGREVISION now that this actually works on NetBSD
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f6d43110dc0..526eb8060f3 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.144 2008/06/23 16:58:20 dholland Exp $ +# $NetBSD: Makefile,v 1.145 2008/06/27 02:53:21 jmcneill Exp $ DISTNAME= wine-1.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |