pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/le le: point at correct curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9f857949b52
branches:  trunk
changeset: 452726:d9f857949b52
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 14:37:56 2021 +0000

description:
le: point at correct curses

diffstat:

 editors/le/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2fe93ad26b69 -r d9f857949b52 editors/le/Makefile
--- a/editors/le/Makefile       Fri May 14 14:31:24 2021 +0000
+++ b/editors/le/Makefile       Fri May 14 14:37:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/02/08 07:57:03 fcambus Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/14 14:37:56 nia Exp $
 
 DISTNAME=      le-1.16.8
 CATEGORIES=    editors
@@ -13,6 +13,9 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    perl
 
+CONFIGURE_ARGS+=       --with-curses-include=${BUILDLINK_PREFIX.curses}/include
+CONFIGURE_ARGS+=       --with-curses-lib=${BUILDLINK_PREFIX.curses}/lib
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index