pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/uemacs Add missing termcap.bl3.mk. No version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad31d67c06df
branches:  trunk
changeset: 603829:ad31d67c06df
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 14 07:09:31 2012 +0000

description:
Add missing termcap.bl3.mk. No version bump; on platforms where this
matters lack of it leads to build failure.

diffstat:

 editors/uemacs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 9d8d0e910100 -r ad31d67c06df editors/uemacs/Makefile
--- a/editors/uemacs/Makefile   Mon May 14 07:07:41 2012 +0000
+++ b/editors/uemacs/Makefile   Mon May 14 07:09:31 2012 +0000
@@ -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 @@
 post-extract:
        ${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd
 
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index