summaryrefslogtreecommitdiff
path: root/emulators/wine/options.mk
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
committerghen <ghen@pkgsrc.org>2006-05-31 18:22:23 +0000
commit2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /emulators/wine/options.mk
parent954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff)
downloadpkgsrc-2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc.tar.gz
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'emulators/wine/options.mk')
-rw-r--r--emulators/wine/options.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index f94abe8d28b..e36de681ea5 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2006/03/31 10:48:00 adam Exp $
+# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= arts cups opengl sane
-PKG_SUGGESTED_OPTIONS= opengl
.include "../../mk/bsd.options.mk"
@@ -26,3 +25,8 @@ PLIST_SUBST+= WINE_OPENGL="@comment "
.if !empty(PKG_OPTIONS:Msane)
.include "../../graphics/sane-backends/buildlink3.mk"
.endif
+
+.if !empty(PKG_OPTIONS:Mopengl)
+.else
+CONFIGURE_ARGS+= --without-opengl
+.endif