summaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-14 07:09:31 +0000
committerdholland <dholland@pkgsrc.org>2012-05-14 07:09:31 +0000
commitcb3b96546858cb2b684b8164eefb606cf035130e (patch)
treefa4c762ae729de211f259f968b7e7d36edc6dac1 /editors/uemacs
parent59e097b41d4b7dba173db8afb17f736c50e3559b (diff)
downloadpkgsrc-cb3b96546858cb2b684b8164eefb606cf035130e.tar.gz
Add missing termcap.bl3.mk. No version bump; on platforms where this
matters lack of it leads to build failure.
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile
index 5d421da175a..dbe16edacdb 100644
--- a/editors/uemacs/Makefile
+++ b/editors/uemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/05/10 20:59:41 dholland Exp $
+# $NetBSD: Makefile,v 1.15 2012/05/14 07:09:31 dholland Exp $
DISTNAME= ue400dev
PKGNAME= uemacs-4.0
@@ -25,4 +25,5 @@ SUBST_SED.paths= -e s,%%PREFIX%%,${PREFIX},g
post-extract:
${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"