summaryrefslogtreecommitdiff
path: root/editors/ce-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ce-x11/Makefile')
-rw-r--r--editors/ce-x11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile
index 80ec3cf705d..5c88a9d389b 100644
--- a/editors/ce-x11/Makefile
+++ b/editors/ce-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:40 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:45 jlam Exp $
#
.include "../ce/Makefile.common"
@@ -8,7 +8,6 @@ COMMENT+= , X11 version
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_X11= # defined
BUILD_TARGET= xce
INSTALL_TARGET= install-x11 man-install-x11
@@ -16,4 +15,5 @@ INSTALL_TARGET= install-x11 man-install-x11
INSTALLATION_DIRS= bin man/man1
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"