summaryrefslogtreecommitdiff
path: root/editors/ce-x11/Makefile
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
commit267df2b9c225941f017ea5f1b5835897cde47bab (patch)
tree901a19ee9d86290981fc8c029c8e3e0a1eb90ea5 /editors/ce-x11/Makefile
parent2d6c173fcf28876c0e624c27f3935824510d8b8b (diff)
downloadpkgsrc-267df2b9c225941f017ea5f1b5835897cde47bab.tar.gz
Modular Xorg support.
Diffstat (limited to 'editors/ce-x11/Makefile')
-rw-r--r--editors/ce-x11/Makefile7
1 files changed, 5 insertions, 2 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"