diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-07 15:31:57 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-07 15:31:57 +0000 |
commit | 42b978f7428e2d787026e11c5a89e87df3b4202a (patch) | |
tree | 59eed6444c0c29a155cdbecd5abf3c973a06dda2 /emulators/wine | |
parent | 1b0ea995649e18a0dc0b8bc28e1a464fbf250351 (diff) | |
download | pkgsrc-42b978f7428e2d787026e11c5a89e87df3b4202a.tar.gz |
Enable HAL, bump PKGREVISION
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/options.mk | 12 |
2 files changed, 11 insertions, 4 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/} diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk index e153e6a501d..9841452b1dc 100644 --- a/emulators/wine/options.mk +++ b/emulators/wine/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.10 2008/06/23 16:57:08 dholland Exp $ +# $NetBSD: options.mk,v 1.11 2008/12/07 15:31:57 jmcneill Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wine -PKG_SUPPORTED_OPTIONS= cups opengl sane esound ldap dbus ssl x11 -PKG_SUGGESTED_OPTIONS= opengl esound ldap dbus ssl x11 +PKG_SUPPORTED_OPTIONS= cups opengl sane esound ldap dbus hal ssl x11 +PKG_SUGGESTED_OPTIONS= opengl esound ldap dbus hal ssl x11 .include "../../mk/bsd.options.mk" @@ -24,6 +24,12 @@ CONFIGURE_ARGS+= --without-ldap CONFIGURE_ARGS+= --without-dbus .endif +.if !empty(PKG_OPTIONS:Mhal) +.include "../../sysutils/hal/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-hal +.endif + .if !empty(PKG_OPTIONS:Mssl) .include "../../security/openssl/buildlink3.mk" .else |