summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-03-30 21:58:16 +0000
committerdholland <dholland@pkgsrc.org>2013-03-30 21:58:16 +0000
commit1a3a6e47079c829658d6a6c2d5f1b6257392e817 (patch)
treeff06ab61b49b7a116fd3b98eecb15621cb8afa96
parent45eaf9269ce5323e1142b48eb647adf4fe016dd5 (diff)
downloadpkgsrc-1a3a6e47079c829658d6a6c2d5f1b6257392e817.tar.gz
Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit.
-rw-r--r--editors/easyedit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
index 3b244a246ea..f105e824fd3 100644
--- a/editors/easyedit/Makefile
+++ b/editors/easyedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/03/30 21:57:25 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2013/03/30 21:58:16 dholland Exp $
#
DISTNAME= ee-1.4.6.src
@@ -16,8 +16,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mahon.cwx.net/
COMMENT= Easy to use text editor with onscreen instructions
-MAKE_JOBS_SAFE= no
-
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
MAKE_FILE= make.local
@@ -31,4 +29,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/ee.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/easyedit.1
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"