pkgsrc-WIP-changes archive

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

enchant2: Adjust buildlink3.mk for enchant2 PKGNAME rename



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 28 17:50:26 2018 +0100
Changeset:	8cfa44babee9bcf5f34e194a146e1b166e1290d4

Modified Files:
	enchant/buildlink3.mk

Log Message:
enchant2: Adjust buildlink3.mk for enchant2 PKGNAME rename

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

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

diffstat:
 enchant/buildlink3.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/enchant/buildlink3.mk b/enchant/buildlink3.mk
index 8c482325c6..240612b1a1 100644
--- a/enchant/buildlink3.mk
+++ b/enchant/buildlink3.mk
@@ -5,9 +5,9 @@ BUILDLINK_TREE+=	enchant2
 .if !defined(ENCHANT_BUILDLINK3_MK)
 ENCHANT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.enchant+=	enchant2>=2
-BUILDLINK_ABI_DEPENDS.enchant+=	enchant>=2.2.3
-BUILDLINK_PKGSRCDIR.enchant?=	../../wip/enchant2
+BUILDLINK_API_DEPENDS.enchant2+=	enchant2>=2
+BUILDLINK_ABI_DEPENDS.enchant2+=	enchant2>=2.2.3
+BUILDLINK_PKGSRCDIR.enchant2?=	../../wip/enchant2
 
 # spelling libraries are loaded dynamically and do not need
 # to be included here


Home | Main Index | Thread Index | Old Index