pkgsrc-WIP-changes archive

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

pdcurses: Increase required API in bl3 to 3.9



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Sep 1 18:20:49 2021 +0200
Changeset:	5e522dc27a75f4ea3a66c119ca2481bfcd5e76d6

Modified Files:
	pdcurses/buildlink3.mk

Log Message:
pdcurses: Increase required API in bl3 to 3.9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e522dc27a75f4ea3a66c119ca2481bfcd5e76d6

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

diffstat:
 pdcurses/buildlink3.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/pdcurses/buildlink3.mk b/pdcurses/buildlink3.mk
index 243781058e..0d947a40e0 100644
--- a/pdcurses/buildlink3.mk
+++ b/pdcurses/buildlink3.mk
@@ -5,8 +5,7 @@ BUILDLINK_TREE+=	pdcurses
 .if !defined(PDCURSES_BUILDLINK3_MK)
 PDCURSES_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.pdcurses+=	pdcurses>=3.3
-BUILDLINK_ABI_DEPENDS.pdcurses?=	pdcurses>=3.3nb2
+BUILDLINK_API_DEPENDS.pdcurses+=	pdcurses>=3.9
 BUILDLINK_PKGSRCDIR.pdcurses?=		../../wip/pdcurses
 
 BUILDLINK_LIBNAME.pdcurses=	XCurses


Home | Main Index | Thread Index | Old Index