pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/qbrew Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b17f3d693d1
branches:  trunk
changeset: 523690:8b17f3d693d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 11 11:55:49 2007 +0000

description:
Modular Xorg support.

diffstat:

 misc/qbrew/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bbac4b7ac0dc -r 8b17f3d693d1 misc/qbrew/Makefile
--- a/misc/qbrew/Makefile       Thu Jan 11 11:52:17 2007 +0000
+++ b/misc/qbrew/Makefile       Thu Jan 11 11:55:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/07/22 04:46:17 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2007/01/11 11:55:49 joerg Exp $
 
 DISTNAME=      qbrew-0.3.5
 PKGREVISION=   3
@@ -14,6 +14,11 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
 .include "../../x11/qt3-libs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index