summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authordholland <dholland>2008-06-23 16:57:08 +0000
committerdholland <dholland>2008-06-23 16:57:08 +0000
commit7b4b307da34ee138dd10ad868722f50cdc19acf1 (patch)
treedeeb7d9e4ddd5f67c3c3f47fb0e96697fc3ffd74 /emulators
parent6b3aa1ccfd276a2a6d45478642649176fe2bea3f (diff)
downloadpkgsrc-7b4b307da34ee138dd10ad868722f50cdc19acf1.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)