pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/le



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 14:37:57 UTC 2021

Modified Files:
        pkgsrc/editors/le: Makefile

Log Message:
le: point at correct curses


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/le/Makefile

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

Modified files:

Index: pkgsrc/editors/le/Makefile
diff -u pkgsrc/editors/le/Makefile:1.4 pkgsrc/editors/le/Makefile:1.5
--- pkgsrc/editors/le/Makefile:1.4      Mon Feb  8 07:57:03 2021
+++ pkgsrc/editors/le/Makefile  Fri May 14 14:37:56 2021
@@ -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 @@ GNU_CONFIGURE=        yes
 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