pkgsrc-WIP-changes archive

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

gnutls: apply further input by leot@



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sat Mar 9 19:33:46 2019 +0000
Changeset:	ce7dae8bac08484baeb69a3d5ce5f3a55bc5b293

Modified Files:
	gnutls/buildlink3.mk

Log Message:
gnutls: apply further input by leot@

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

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

diffstat:
 gnutls/buildlink3.mk | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/gnutls/buildlink3.mk b/gnutls/buildlink3.mk
index de52a32d70..3c06749838 100644
--- a/gnutls/buildlink3.mk
+++ b/gnutls/buildlink3.mk
@@ -9,6 +9,13 @@ BUILDLINK_API_DEPENDS.gnutls+=	gnutls>=3.3.0
 BUILDLINK_ABI_DEPENDS.gnutls+=	gnutls>=3.6.0nb1
 BUILDLINK_PKGSRCDIR.gnutls?=	../../security/gnutls
 
+pkgbase := gnutls
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.gnutls:Munbound)
+.include "../../net/unbound/buildlink3.mk"
+.endif
+
 .include "../../archivers/lzo/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libcfg+/buildlink3.mk"
@@ -18,13 +25,6 @@ BUILDLINK_API_DEPENDS.nettle+=		nettle>=3.4.1
 .include "../../security/nettle/buildlink3.mk"
 .include "../../security/p11-kit/buildlink3.mk"
 .include "../../textproc/libunistring/buildlink3.mk"
-
-.include "../../mk/pkg-build-options.mk"
-pkgbase := gnutls
-.if !empty(PKG_BUILD_OPTIONS.gnutls:Munbound)
-.include "../../net/unbound/buildlink3.mk"
-.endif
-
 .endif # GNUTLS_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-gnutls


Home | Main Index | Thread Index | Old Index