summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-30 22:52:07 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-30 22:52:07 +0000
commita2510d5fdef983165358b14f38ddb12e3c8ae5e1 (patch)
tree901a19ee9d86290981fc8c029c8e3e0a1eb90ea5 /editors
parent50490887b15156981b9217f37277211fb7de0af3 (diff)
downloadpkgsrc-a2510d5fdef983165358b14f38ddb12e3c8ae5e1.tar.gz
Modular Xorg support.
Diffstat (limited to 'editors')
-rw-r--r--editors/ce-x11/Makefile7
-rw-r--r--editors/xjed/Makefile7
-rw-r--r--editors/yudit/Makefile7
3 files changed, 15 insertions, 6 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index c1b21573871..942915064fb 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/01/07 09:13:52 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2007/01/30 22:52:07 joerg Exp $
#
.include "../../editors/ce/Makefile.common"
@@ -15,6 +15,9 @@ INSTALL_TARGET= install-x11 man-install-x11
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+BUILDLINK_DEPMETHOD.libXt?= build
+
.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/xjed/Makefile b/editors/xjed/Makefile
index b6cb9e9e64b..069bb567eba 100644
--- a/editors/xjed/Makefile
+++ b/editors/xjed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:59 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/30 23:00:16 joerg Exp $
#
PKGNAME= xjed-0.99.16
PKGREVISION= 1
@@ -22,5 +22,8 @@ PLIST_SRC+= ${.CURDIR}/PLIST.xjed
CONFIGURE_ENV+= ac_cv_func_grantpt=no
.endif
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index 87486191368..0422e9fa69d 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/08/07 23:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/01/30 22:55:20 joerg Exp $
DISTNAME= yudit-2.8.1
CATEGORIES= editors
@@ -14,5 +14,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"