summaryrefslogtreecommitdiff
path: root/editors/xjed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xjed/Makefile')
-rw-r--r--editors/xjed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xjed/Makefile b/editors/xjed/Makefile
index b03a7eb1122..bed76696aac 100644
--- a/editors/xjed/Makefile
+++ b/editors/xjed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:56 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:46 jlam Exp $
#
PKGNAME= xjed-0.99.16
.include "../jed/Makefile.common"
@@ -6,7 +6,6 @@ COMMENT= Extensible folding editor with Emacs/WordStar/EDT emulations, X11 vers
CONFLICTS= jed-[0-9]*
-USE_X11= yes
CONFIGURE_ARGS+= --with-x
BUILD_TARGET= xjed
@@ -22,4 +21,5 @@ PLIST_SRC+= ${.CURDIR}/PLIST.xjed
CONFIGURE_ENV+= ac_cv_func_grantpt=no
.endif
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"