summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-05-31 19:06:08 +0000
committerghen <ghen@pkgsrc.org>2006-05-31 19:06:08 +0000
commitb48576dace3118d6660a851b3214829c973059ab (patch)
tree2b94cbe711c3d3b5ae34428516fbbd5e4b091f2a /emulators
parenta4b367e13935dc903065b530d81983b913bce692 (diff)
downloadpkgsrc-b48576dace3118d6660a851b3214829c973059ab.tar.gz
Revert the last commit, it's obviously not part of the openldap change and was
committed by accident.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/options.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index e36de681ea5..d4861f7fc5f 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $
+# $NetBSD: options.mk,v 1.6 2006/05/31 19:06:08 ghen Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= arts cups opengl sane
+PKG_SUGGESTED_OPTIONS= opengl
.include "../../mk/bsd.options.mk"
@@ -25,8 +26,3 @@ 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