summaryrefslogtreecommitdiff
path: root/editors/vigor
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-08 17:54:46 +0000
committerjoerg <joerg>2007-01-08 17:54:46 +0000
commitf299f06b041f1f0910e7da6410bc2e209503a796 (patch)
tree487fd7cee251ae47ea0798485f41443855030eec /editors/vigor
parentd6a90e1becd1755c80e08aa3086172c6c34f1332 (diff)
downloadpkgsrc-f299f06b041f1f0910e7da6410bc2e209503a796.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)