diff options
-rw-r--r-- | net/arla/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/options.mk b/net/arla/options.mk index bf72a4c3ca7..2bf5f2efc22 100644 --- a/net/arla/options.mk +++ b/net/arla/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:52 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2007/08/17 21:03:51 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.arla PKG_SUPPORTED_OPTIONS= x11 @@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= .if !empty(PKG_OPTIONS:Mx11) CONFIGURE_ARGS+= --with-x PLIST_SUBST+= X11_SUPPORT= -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" .else CONFIGURE_ARGS+= --without-x PLIST_SUBST+= X11_SUPPORT='@comment ' |