summaryrefslogtreecommitdiff
path: root/net/arla/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/options.mk')
-rw-r--r--net/arla/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/arla/options.mk b/net/arla/options.mk
index 630969ec7e2..bf72a4c3ca7 100644
--- a/net/arla/options.mk
+++ b/net/arla/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/08/24 17:59:04 wennmach Exp $
+# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:52 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.arla
PKG_SUPPORTED_OPTIONS= x11
@@ -11,6 +11,6 @@ CONFIGURE_ARGS+= --with-x
PLIST_SUBST+= X11_SUPPORT=
.include "../../mk/x11.buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-x
-PLIST_SUBST+= X11_SUPPORT='@comment '
+CONFIGURE_ARGS+= --without-x
+PLIST_SUBST+= X11_SUPPORT='@comment '
.endif