summaryrefslogtreecommitdiff
path: root/editors/xwpe
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-30 23:06:18 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-30 23:06:18 +0000
commit3384c9c5ad290ae7fb7cdb25ecf42ebd84921912 (patch)
tree0c9a7206ef7fe708c35e1e34a083688ae9ad3a7d /editors/xwpe
parente2a9e1df045b0f85dccae6b4d73e13b0c83f8254 (diff)
downloadpkgsrc-3384c9c5ad290ae7fb7cdb25ecf42ebd84921912.tar.gz
Modular Xorg support.
Diffstat (limited to 'editors/xwpe')
-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"