diff options
-rw-r--r-- | net/megatools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/megatools/Makefile b/net/megatools/Makefile index 3f426b7d84e..7bada00ea27 100644 --- a/net/megatools/Makefile +++ b/net/megatools/Makefile @@ -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" |