pkgsrc-WIP-changes archive

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

fixup buildlink3.mk ... not in my local anymore



Module Name:	pkgsrc-wip
Committed By:	Izaac <izaac%setec.org@localhost>
Pushed By:	izaac
Date:		Fri May 20 16:46:31 2016 -0400
Changeset:	a5a467259c4ba9e48a0634e8fad80908dd879987

Modified Files:
	uthash/buildlink3.mk

Log Message:
fixup buildlink3.mk ... not in my local anymore

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

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

diffstat:
 uthash/buildlink3.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/uthash/buildlink3.mk b/uthash/buildlink3.mk
index f2fc2a6..cccb6fb 100644
--- a/uthash/buildlink3.mk
+++ b/uthash/buildlink3.mk
@@ -5,8 +5,8 @@ BUILDLINK_TREE+=	uthash
 .if !defined(UTHASH_BUILDLINK3_MK)
 UTHASH_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.uthash+=	uthash>=1.9.8
-BUILDLINK_PKGSRCDIR.uthash?=	../../local/uthash
+BUILDLINK_API_DEPENDS.uthash+=	uthash>=1.9.9
+BUILDLINK_PKGSRCDIR.uthash?=	../../wip/uthash
 BUILDLINK_DEPMETHOD.uthash?=	build
 .endif	# UTHASH_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index