pkgsrc-WIP-changes archive

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

trader: link against NetBSD curses instead of forcing ncursesw.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Thu Sep 12 14:02:52 2019 +0200
Changeset:	93d6de927e042ed464db0a2d4cfa835513401c63

Modified Files:
	trader/Makefile

Log Message:
trader: link against NetBSD curses instead of forcing ncursesw.

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

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

diffstat:
 trader/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/trader/Makefile b/trader/Makefile
index c5634e5a85..0096312fb0 100644
--- a/trader/Makefile
+++ b/trader/Makefile
@@ -13,7 +13,7 @@ GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index