summaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-08 17:54:46 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-08 17:54:46 +0000
commit7a10f510bc3a112b3300c1b8374295cd3f4bea99 (patch)
tree487fd7cee251ae47ea0798485f41443855030eec /editors/vigor
parent612259e7543bc21b11ed3fae437986df643458a3 (diff)
downloadpkgsrc-7a10f510bc3a112b3300c1b8374295cd3f4bea99.tar.gz
Needs libXt for configure.
Diffstat (limited to 'editors/vigor')
-rw-r--r--editors/vigor/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index c3b3a2cd235..a1b399305e1 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -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 @@ CONFIGURE_ARGS+=--with-x
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)