summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-08 17:54:46 +0000
committerjoerg <joerg>2007-01-08 17:54:46 +0000
commit9194925834135710dabc03f1e6a031c0c0018788 (patch)
tree487fd7cee251ae47ea0798485f41443855030eec /editors
parent6dae6cc6148ff0f31333dce9f1d135f298dd1dfb (diff)
downloadpkgsrc-9194925834135710dabc03f1e6a031c0c0018788.tar.gz
Needs libXt for configure.
Diffstat (limited to 'editors')
-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)