diff options
author | joerg <joerg> | 2007-08-17 21:03:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-17 21:03:51 +0000 |
commit | b039e6f88746e3ae5978ad7d903fb4c73ccb9100 (patch) | |
tree | 52491599f82deb5c23ae8db89109447f5e635e43 /net/arla | |
parent | 0e0cb87f57cad363da7a3825501b87a5cfce1e77 (diff) | |
download | pkgsrc-b039e6f88746e3ae5978ad7d903fb4c73ccb9100.tar.gz |
Try to sort out modular Xorg support. Untested as it doesn't build
on NetBSD/current.
Diffstat (limited to 'net/arla')
-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 ' |