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-devel | |
parent | e7c0629e0d3a727674b70c3b26ce2737a73cebcd (diff) | |
download | pkgsrc-e7607e72942ae2201c6a31a00a22d920d7baefb6.tar.gz |
Enable HAL, bump PKGREVISION
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine-devel/options.mk | 12 |
2 files changed, 11 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a97a761891e..b2ccb5d66e7 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2008/12/07 00:43:03 adam Exp $ +# $NetBSD: Makefile,v 1.4 2008/12/07 15:32:06 jmcneill Exp $ DISTNAME= wine-1.1.10 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine-devel/options.mk b/emulators/wine-devel/options.mk index 6abcb979e7b..8f834e21292 100644 --- a/emulators/wine-devel/options.mk +++ b/emulators/wine-devel/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1.1.1 2008/11/21 17:40:29 adam Exp $ +# $NetBSD: options.mk,v 1.2 2008/12/07 15:32:06 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 |