pkgsrc-WIP-changes archive

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

libtermkey: Fix path of termcap.buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:35:00 2016 +0200
Changeset:	a8b89fb583cb83b0ce1323596596cf7fdd306ef4

Modified Files:
	libtermkey/buildlink3.mk

Log Message:
libtermkey: Fix path of termcap.buildlink3.mk

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8b89fb583cb83b0ce1323596596cf7fdd306ef4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libtermkey/buildlink3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/libtermkey/buildlink3.mk b/libtermkey/buildlink3.mk
index db6df35..ffe6c75 100644
--- a/libtermkey/buildlink3.mk
+++ b/libtermkey/buildlink3.mk
@@ -12,7 +12,7 @@ pkgbase := libtermkey
 .include "../../mk/pkg-build-options.mk"
 
 .if !empty(PKG_BUILD_OPTIONS.termkey:Mncurses)
-.include "../../mk/termcap/termcap.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .endif
 .if !empty(PKG_BUILD_OPTIONS.termkey:Munibilium)
 .include "../../wip/libunibilium/buildlink3.mk"


Home | Main Index | Thread Index | Old Index