pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK-contrib Needs libXt for build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a580e25b0b6c
branches:  trunk
changeset: 523703:a580e25b0b6c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 11 17:27:03 2007 +0000

description:
Needs libXt for build.

diffstat:

 x11/wxGTK-contrib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7ab56ed93901 -r a580e25b0b6c x11/wxGTK-contrib/Makefile
--- a/x11/wxGTK-contrib/Makefile        Thu Jan 11 17:01:25 2007 +0000
+++ b/x11/wxGTK-contrib/Makefile        Thu Jan 11 17:27:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/01/02 11:00:25 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2007/01/11 17:27:03 joerg Exp $
 #
 
 .include "../../x11/wxGTK/Makefile.common"
@@ -12,5 +12,8 @@
 
 BUILD_DIRS=            contrib/src
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../x11/wxGTK/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index