pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arla Try to sort out modular Xorg support. Unteste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5549eeb44a66
branches:  trunk
changeset: 532386:5549eeb44a66
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Aug 17 21:03:51 2007 +0000

description:
Try to sort out modular Xorg support. Untested as it doesn't build
on NetBSD/current.

diffstat:

 net/arla/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 785c937cb7ef -r 5549eeb44a66 net/arla/options.mk
--- a/net/arla/options.mk       Fri Aug 17 20:55:34 2007 +0000
+++ b/net/arla/options.mk       Fri Aug 17 21:03:51 2007 +0000
@@ -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 @@
 .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 '



Home | Main Index | Thread Index | Old Index