summaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-31 14:16:14 +0000
committerwiz <wiz>2016-12-31 14:16:14 +0000
commitface571cbcbd5fd7320fa29bc832e5bddda7d364 (patch)
tree2e2cd82426749fdfa670943080ca66fefbe59b6d /editors/emacs23
parent05e81073a8fccb081405951927650af4888eae65 (diff)
downloadpkgsrc-face571cbcbd5fd7320fa29bc832e5bddda7d364.tar.gz
Remove special case for DragonFly (termcap vs curses).
Not needed any longer, tested with emacs25-nox11 on monster; others copy look quite the same. I suspect this is not needed on FreeBSD, OpenBSD, or Linux either, but don't have test hosts.
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs23/Makefile.common b/editors/emacs23/Makefile.common
index 701ad04c805..4c87f411179 100644
--- a/editors/emacs23/Makefile.common
+++ b/editors/emacs23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2016/02/25 12:22:40 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.8 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs23/Makefile
# used by editors/emacs23-nox11/Makefile
@@ -70,7 +70,7 @@ fake-libgcc:
.if (${OPSYS} == "NetBSD") && exists(/usr/include/term.h)
CPPFLAGS+= -DTERMINFO
-.elif ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
.include "../../mk/curses.buildlink3.mk"
.else
.include "../../mk/termcap.buildlink3.mk"