diff options
author | jmcneill <jmcneill> | 2008-12-07 15:31:57 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-12-07 15:31:57 +0000 |
commit | e7607e72942ae2201c6a31a00a22d920d7baefb6 (patch) | |
tree | 59eed6444c0c29a155cdbecd5abf3c973a06dda2 /emulators/wine/Makefile | |
parent | e7c0629e0d3a727674b70c3b26ce2737a73cebcd (diff) | |
download | pkgsrc-e7607e72942ae2201c6a31a00a22d920d7baefb6.tar.gz |
Enable HAL, bump PKGREVISION
Diffstat (limited to 'emulators/wine/Makefile')
-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 feb4d773d73..6ed9aeb4a70 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.148 2008/10/18 11:55:27 adam Exp $ +# $NetBSD: Makefile,v 1.149 2008/12/07 15:31:57 jmcneill Exp $ DISTNAME= wine-1.0.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} |