pkgsrc-WIP-changes archive

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

gnurl: sort bl3 includes in Makefile.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Wed Jan 23 13:38:45 2019 +0000
Changeset:	7e29dd3ad8dfde9ab11e9cc9a125720f3dab6bfe

Modified Files:
	gnurl/Makefile

Log Message:
gnurl: sort bl3 includes in Makefile.

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

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

diffstat:
 gnurl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnurl/Makefile b/gnurl/Makefile
index 62852d953d..e042920c13 100644
--- a/gnurl/Makefile
+++ b/gnurl/Makefile
@@ -42,8 +42,8 @@ post-install:
 .endfor
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../security/gnutls/libgnutls-config.mk"
-.include "../../security/gnutls/buildlink3.mk"
 .include "../../devel/libidn2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index