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