diff options
author | nia <nia@pkgsrc.org> | 2021-04-12 12:41:50 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-12 12:41:50 +0000 |
commit | aa2bcefc8c6d829264ef78090805397ac02b179f (patch) | |
tree | 717f9485cf06757641e6272b66aa8de61d71eebf /net | |
parent | 78c088a2bf4c0266c839a5e878cd6bd9af2a535f (diff) | |
download | pkgsrc-aa2bcefc8c6d829264ef78090805397ac02b179f.tar.gz |
megatools: remove autotools leftovers, set PYTHON_FOR_BUILD_ONLY
Diffstat (limited to 'net')
-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" |