summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-06-23 16:57:08 +0000
committerdholland <dholland@pkgsrc.org>2008-06-23 16:57:08 +0000
commitab064dd05e88f49eeded8c29ca9cb2cf6917b29d (patch)
treedeeb7d9e4ddd5f67c3c3f47fb0e96697fc3ffd74 /emulators
parent85a17d9febc61249ffe8eaa927a39c75ded0e2a4 (diff)
downloadpkgsrc-ab064dd05e88f49eeded8c29ca9cb2cf6917b29d.tar.gz
Fix the PKG_OPTIONS=-x11 build.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine/options.mk b/emulators/wine/options.mk
index 6b1298160c9..e153e6a501d 100644
--- a/emulators/wine/options.mk
+++ b/emulators/wine/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/06/22 23:38:18 dholland Exp $
+# $NetBSD: options.mk,v 1.10 2008/06/23 16:57:08 dholland Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= cups opengl sane esound ldap dbus ssl x11
@@ -55,7 +55,7 @@ PLIST.x11= yes
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-x11
+CONFIGURE_ARGS+= --without-x --without-freetype
.endif
.if !empty(PKG_OPTIONS:Mopengl) && !empty(PKG_OPTIONS:Mx11)