pkgsrc-WIP-changes archive

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

gnunet-gtk: Adjust Makefile



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Mar 21 17:47:42 2022 +0100
Changeset:	eac19e215b5e76495eff479eca16b5370e7f8d0b

Modified Files:
	gnunet-gtk/Makefile

Log Message:
gnunet-gtk: Adjust Makefile

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

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

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

diffs:
diff --git a/gnunet-gtk/Makefile b/gnunet-gtk/Makefile
index d0ba2ca3b0..0a8df1cb52 100644
--- a/gnunet-gtk/Makefile
+++ b/gnunet-gtk/Makefile
@@ -14,6 +14,8 @@ USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
 USE_TOOLS+=		pkg-config
 
+# options.mk uses an option from gnunet's bl3
+.include "../../wip/gnunet/buildlink3.mk"
 .include "options.mk"
 
 CONFIGURE_ENV+=		LD_LIBRARY_PATH+=${BUILDLINK_PREFIX.gtk3}/lib
@@ -22,10 +24,10 @@ CONFIGURE_ARGS+=	--with-glade=${BUILDLINK_PREFIX.glade}
 # optional dependency, but x11/libunique says it is deprecated.
 # CONFIGURE_ARGS+=	--with-libunique
 
+.include "../../converters/qrencode/buildlink3.mk"
 .include "../../devel/glade/buildlink3.mk"
 .include "../../devel/libextractor/buildlink3.mk"
-.include "../../converters/qrencode/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
-.include "../../wip/gnunet/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index