summaryrefslogtreecommitdiff
path: root/editors/xwpe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xwpe/Makefile')
-rw-r--r--editors/xwpe/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/xwpe/Makefile b/editors/xwpe/Makefile
index 7336319347e..48a223e382a 100644
--- a/editors/xwpe/Makefile
+++ b/editors/xwpe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/06/17 17:56:10 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2007/01/30 23:09:50 joerg Exp $
#
DISTNAME= xwpe-1.5.29a
@@ -16,6 +16,9 @@ USE_NCURSES= yes # tigetstr()
BUILD_TARGET= # the one from the Makefile
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"