pkgsrc-WIP-changes archive

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

efl: fix version in buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri Apr 18 20:03:22 2025 -0700
Changeset:	bd8ec7059f399638f68e4c3ceff5e3c260357453

Modified Files:
	efl/buildlink3.mk

Log Message:
efl: fix version in buildlink3.mk

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

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

diffstat:
 efl/buildlink3.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/efl/buildlink3.mk b/efl/buildlink3.mk
index 811ede0b86..e362e13fae 100644
--- a/efl/buildlink3.mk
+++ b/efl/buildlink3.mk
@@ -6,6 +6,7 @@ BUILDLINK_TREE+=	efl
 EFL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.efl+=	efl>=1.28.0
+BUILDLINK_ABI_DEPENDS.efl?=	efl>=1.28.1
 BUILDLINK_PKGSRCDIR.efl?=	../../wip/efl
 
 LUA_VERSIONS_ACCEPTED=	52 51


Home | Main Index | Thread Index | Old Index