summaryrefslogtreecommitdiff
path: root/emulators/wine/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/options.mk')
-rw-r--r--emulators/wine/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index 5f10e9c8b01..f94abe8d28b 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2006/03/13 08:31:23 adam Exp $
+# $NetBSD: options.mk,v 1.4 2006/03/31 10:48:00 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= arts cups opengl sane
@@ -15,12 +15,12 @@ PKG_SUGGESTED_OPTIONS= opengl
.endif
.if !empty(PKG_OPTIONS:Mopengl)
-PLIST_SUBST= WINE_OPENGL=""
+PLIST_SUBST+= WINE_OPENGL=""
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/glut/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-opengl
-PLIST_SUBST= WINE_OPENGL="@comment "
+PLIST_SUBST+= WINE_OPENGL="@comment "
.endif
.if !empty(PKG_OPTIONS:Msane)