pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano nano: actually depend on pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f11c71c5afae
branches:  trunk
changeset: 450995:f11c71c5afae
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 23 18:18:02 2021 +0000

description:
nano: actually depend on pkg-config

diffstat:

 editors/nano/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 5859afab7919 -r f11c71c5afae editors/nano/Makefile
--- a/editors/nano/Makefile     Fri Apr 23 18:00:28 2021 +0000
+++ b/editors/nano/Makefile     Fri Apr 23 18:18:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2021/04/23 17:05:26 thor Exp $
+# $NetBSD: Makefile,v 1.97 2021/04/23 18:18:02 nia Exp $
 
 DISTNAME=      nano-5.6.1
 CATEGORIES=    editors
@@ -12,14 +12,12 @@
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt msgmerge xgettext gmake
+USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-color
 CONFIGURE_ARGS+=       --enable-multibuffer
 CONFIGURE_ARGS+=       --enable-nanorc
 CONFIGURE_ARGS+=       --enable-extra
-# Help it find our preferrend ncursesw using pkg-config instead
-# of resorting to outdated ncursesw5-config in host system on SLES 11.
-CONFIGURE_ARGS+=        PKG_CONFIG=pkg-config
 
 INFO_FILES=            yes
 



Home | Main Index | Thread Index | Old Index