summaryrefslogtreecommitdiff
path: root/editors/emacs24
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/emacs24
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/emacs24')
-rw-r--r--editors/emacs24/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24/Makefile.common b/editors/emacs24/Makefile.common
index 096e8b5f3db..ebe09a2da8f 100644
--- a/editors/emacs24/Makefile.common
+++ b/editors/emacs24/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2016/12/03 05:00:46 marino Exp $
+# $NetBSD: Makefile.common,v 1.14 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs24/Makefile
# used by editors/emacs24-nox11/Makefile
@@ -68,7 +68,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"