pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/readline
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jun 20 18:12:00 UTC 2023
Modified Files:
pkgsrc/devel/readline: Makefile
Log Message:
readline: fix pkg-config files
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/readline/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/readline/Makefile
diff -u pkgsrc/devel/readline/Makefile:1.73 pkgsrc/devel/readline/Makefile:1.74
--- pkgsrc/devel/readline/Makefile:1.73 Tue Dec 6 05:34:06 2022
+++ pkgsrc/devel/readline/Makefile Tue Jun 20 18:12:00 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2022/12/06 05:34:06 sekiya Exp $
+# $NetBSD: Makefile,v 1.74 2023/06/20 18:12:00 wiz Exp $
READLINE_VERSION= 8.2
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= readline-${READLINE_VERSION}
CATEGORIES= devel
@@ -16,6 +16,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INFO_FILES= yes
+PKGCONFIG_OVERRIDE+= history.pc.in
+PKGCONFIG_OVERRIDE+= readline.pc.in
+
.include "../../mk/bsd.prefs.mk"
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
Home |
Main Index |
Thread Index |
Old Index