summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-19 20:17:21 +0000
committerjoerg <joerg>2007-02-19 20:17:21 +0000
commitcc5c8b440faf7f12938573b51d4177f7976db931 (patch)
tree97da0ea9616746cd511baef7106b1c0796012164 /editors/xemacs
parent31413024e62f18b83a6c72ee3d54fde4c85db721 (diff)
downloadpkgsrc-cc5c8b440faf7f12938573b51d4177f7976db931.tar.gz
Kill some obscure magic which doesn't seem to make sense.
xemacs-packages doesn't really need x11.b3.mk.
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile.pkg6
1 files changed, 1 insertions, 5 deletions
diff --git a/editors/xemacs/Makefile.pkg b/editors/xemacs/Makefile.pkg
index f4d9be214c8..14ddc8d84e1 100644
--- a/editors/xemacs/Makefile.pkg
+++ b/editors/xemacs/Makefile.pkg
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.pkg,v 1.3 2005/12/05 20:50:10 rillig Exp $
+# $NetBSD: Makefile.pkg,v 1.4 2007/02/19 20:17:21 joerg Exp $
.include "../../mk/bsd.prefs.mk"
@@ -7,7 +7,3 @@ XEMACS_PREFIX!= ${MAKE} XEMACS_PREFIX= EVAL_PREFIX=_XEMACS_PREFIX=xemacs \
VARNAME=_XEMACS_PREFIX show-var
MAKEFLAGS+= XEMACS_PREFIX=${XEMACS_PREFIX:Q}
.endif
-
-.if (${XEMACS_PREFIX} == ${X11BASE})
-.include "../../mk/x11.buildlink3.mk"
-.endif