pkgsrc-WIP-changes archive

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

gnunet: remove gmake (git builds without gmake), fix libextractor bl3



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Fri Feb 22 23:53:27 2019 +0000
Changeset:	5c08d97cf2b416ed00eeee7147b8a64c23936a83

Modified Files:
	gnunet/Makefile

Log Message:
gnunet: remove gmake (git builds without gmake), fix libextractor bl3

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

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

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

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 20f2ddeefa..807b0f519d 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-agpl-v3
 
 MAKE_JOBS_SAFE=		no
 
-USE_TOOLS+=		gmake msgfmt
+USE_TOOLS+=		msgfmt
 USE_LANGUAGES=		c c++
 GNU_CONFIGURE=		yes
 PLIST_SRC=		${WRKDIR}/PLIST.src
@@ -51,7 +51,7 @@ post-build:
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../wip/libextractor/buildlink3.mk"
+.include "../../devel/libextractor/buildlink3.mk"
 .include "../../devel/libgsf/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
 .include "../../lang/perl5/buildlink3.mk"


Home | Main Index | Thread Index | Old Index