pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/megatools



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 12:41:50 UTC 2021

Modified Files:
        pkgsrc/net/megatools: Makefile

Log Message:
megatools: remove autotools leftovers, set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/megatools/Makefile

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

Modified files:

Index: pkgsrc/net/megatools/Makefile
diff -u pkgsrc/net/megatools/Makefile:1.22 pkgsrc/net/megatools/Makefile:1.23
--- pkgsrc/net/megatools/Makefile:1.22  Fri May 22 10:56:29 2020
+++ pkgsrc/net/megatools/Makefile       Mon Apr 12 12:41:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/22 10:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/12 12:41:50 nia Exp $
 
 DISTNAME=      megatools-1.11.0-git-20200404
 PKGNAME=       megatools-1.11.0.20200404
@@ -11,9 +11,9 @@ HOMEPAGE=     https://megatools.megous.com/
 COMMENT=       Command line client for Mega.co.nz
 LICENSE=       gnu-gpl-v2
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    pkg-config
+
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index