pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 25 21:47:53 UTC 2022
Modified Files:
pkgsrc/devel/ncurses: Makefile.common
Log Message:
ncurses: restore pkg-config dependency
pc files will not be installed if it's not found
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/ncurses/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/Makefile.common
diff -u pkgsrc/devel/ncurses/Makefile.common:1.49 pkgsrc/devel/ncurses/Makefile.common:1.50
--- pkgsrc/devel/ncurses/Makefile.common:1.49 Mon Jul 25 11:12:23 2022
+++ pkgsrc/devel/ncurses/Makefile.common Mon Jul 25 21:47:53 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2022/07/25 11:12:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.50 2022/07/25 21:47:53 wiz Exp $
#
# used by devel/ncurses/Makefile
# used by devel/ncursesw/Makefile
@@ -16,7 +16,7 @@ LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= gmake tbl
+USE_TOOLS+= gmake pkg-config tbl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libtool
CONFIGURE_ARGS+= --enable-bsdpad
Home |
Main Index |
Thread Index |
Old Index