pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/vigor Needs libXt for configure.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ce7ce1d32e6
branches: trunk
changeset: 523501:9ce7ce1d32e6
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 08 17:54:46 2007 +0000
description:
Needs libXt for configure.
diffstat:
editors/vigor/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 5e4bf98a463b -r 9ce7ce1d32e6 editors/vigor/Makefile
--- a/editors/vigor/Makefile Mon Jan 08 17:53:04 2007 +0000
+++ b/editors/vigor/Makefile Mon Jan 08 17:54:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/21 18:53:59 minskim Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/08 17:54:46 joerg Exp $
#
DISTNAME= vigor-0.016
@@ -24,7 +24,10 @@
USE_TOOLS+= sh
BUILD_DIRS= ${CONFIGURE_DIRS}
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.if exists(/usr/include/sys/queue.h)
Home |
Main Index |
Thread Index |
Old Index