summaryrefslogtreecommitdiff
path: root/editors/emacs25
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-31 14:16:14 +0000
committerwiz <wiz@pkgsrc.org>2016-12-31 14:16:14 +0000
commit7698b0ec467db55af0cbf189dbeb1e78c840b68e (patch)
tree9508c5a431371157b0cdfa909f19e7eb6def5216 /editors/emacs25
parente82b1502e00d4e0b05477f6990bb0455a3b2d33c (diff)
downloadpkgsrc-7698b0ec467db55af0cbf189dbeb1e78c840b68e.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/emacs25')
-rw-r--r--editors/emacs25/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs25/Makefile.common b/editors/emacs25/Makefile.common
index 298099a81eb..9ab1b8f1821 100644
--- a/editors/emacs25/Makefile.common
+++ b/editors/emacs25/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/09/18 13:36:18 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/12/31 14:16:14 wiz Exp $
#
# used by editors/emacs25/Makefile
# used by editors/emacs25-nox11/Makefile
@@ -64,7 +64,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"