diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-31 14:16:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-31 14:16:14 +0000 |
commit | 7698b0ec467db55af0cbf189dbeb1e78c840b68e (patch) | |
tree | 9508c5a431371157b0cdfa909f19e7eb6def5216 /editors/emacs-snapshot | |
parent | e82b1502e00d4e0b05477f6990bb0455a3b2d33c (diff) | |
download | pkgsrc-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/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 6307cc9db5f..94952d9cdcf 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.68 2015/07/21 14:32:18 mef Exp $ +# $NetBSD: Makefile.common,v 1.69 2016/12/31 14:16:14 wiz Exp $ # # used by editors/emacs-snapshot/Makefile @@ -58,7 +58,7 @@ CHECK_WRKREF_SKIP+= bin/emacs-${EMACS_VERSION} CPPFLAGS+= -DDFLY_CRT_USRLIB .endif -.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD" .include "../../mk/curses.buildlink3.mk" .else .include "../../mk/termcap.buildlink3.mk" |