summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-30 23:06:18 +0000
committerjoerg <joerg>2007-01-30 23:06:18 +0000
commit5173e3229f37a7806aa526508523793e47ec53d7 (patch)
tree0c9a7206ef7fe708c35e1e34a083688ae9ad3a7d /editors
parent85f5db9624d58f95ae2a8219148037c84e7e7b0e (diff)
downloadpkgsrc-5173e3229f37a7806aa526508523793e47ec53d7.tar.gz
Modular Xorg support.
Diffstat (limited to 'editors')
-rw-r--r--editors/xcoral/Makefile8
-rw-r--r--editors/xwpe/Makefile7
2 files changed, 10 insertions, 5 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 98e21eae553..4fdbac702ee 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:33 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/30 23:06:18 joerg Exp $
DISTNAME= xcoral-3.2
PKGREVISION= 1
@@ -21,8 +21,6 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \
INSTALLATION_DIRS= bin
-.include "../../mk/x11.buildlink3.mk"
-
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xcoral
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcoral/HTML/icons
@@ -32,4 +30,8 @@ do-install:
.endfor
${CP} -r ${WRKSRC}/Doc/* ${PREFIX}/share/doc/xcoral
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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"