pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce3 Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0673bbde616
branches:  trunk
changeset: 523543:d0673bbde616
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 09 09:31:17 2007 +0000

description:
Modular Xorg support.

diffstat:

 x11/xfce3/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 3dcd3e7e0e46 -r d0673bbde616 x11/xfce3/Makefile
--- a/x11/xfce3/Makefile        Tue Jan 09 09:16:21 2007 +0000
+++ b/x11/xfce3/Makefile        Tue Jan 09 09:31:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/12/15 20:33:05 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2007/01/09 09:31:17 joerg Exp $
 
 DISTNAME=              xfce-3.8.18
 PKGREVISION=           8
@@ -36,10 +36,16 @@
 # work around bug in configure script
 #CONFIGURE_ENV+=               gt_cv_func_gettext_libintl="yes"
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/imlib/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index