pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/tme Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70f4bec12c6d
branches:  trunk
changeset: 523771:70f4bec12c6d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 13 11:40:08 2007 +0000

description:
Modular Xorg support.

diffstat:

 emulators/tme/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 53c6302ae1eb -r 70f4bec12c6d emulators/tme/Makefile
--- a/emulators/tme/Makefile    Sat Jan 13 11:27:02 2007 +0000
+++ b/emulators/tme/Makefile    Sat Jan 13 11:40:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/11/12 00:04:57 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/13 11:40:08 joerg Exp $
 #
 
 DISTNAME=              tme-0.4
@@ -20,6 +20,11 @@
 
 CONFIGURE_ARGS+=       --disable-debug
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index