pkgsrc-WIP-changes archive

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

execline libs are static, so build-only depends.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Sun Nov 15 21:26:46 2020 +0100
Changeset:	a126c7661b8cdeebd83c6cdba2f7b7e2b1eaa17b

Modified Files:
	execline/buildlink3.mk

Log Message:
execline libs are static, so build-only depends.

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

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

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

diffs:
diff --git a/execline/buildlink3.mk b/execline/buildlink3.mk
index dc6930d0e7..caae0b5e54 100644
--- a/execline/buildlink3.mk
+++ b/execline/buildlink3.mk
@@ -7,8 +7,7 @@ EXECLINE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.execline+=	execline>=2.2.0.0
 BUILDLINK_PKGSRCDIR.execline?=		../../wip/execline
-
-.include "../../devel/skalibs/buildlink3.mk"
+BUILDLINK_DEPMETHOD.execline?=		build
 .endif # EXECLINE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-execline


Home | Main Index | Thread Index | Old Index