diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-12 05:26:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-12 05:26:47 +0000 |
commit | 02e0712ae3bd3521e2f922b27ddb865f03c824e3 (patch) | |
tree | f9ae7dd732be882fe0a0c34eb301bb5754ccd40e /net/tightvnc | |
parent | ef34473be4a7f4bb584b6102bbc3a2901e64ad32 (diff) | |
download | pkgsrc-02e0712ae3bd3521e2f922b27ddb865f03c824e3.tar.gz |
GNU make isn't required all of the time... only for Linux. As the
pkgsrc imake-handling already causes gmake to be used on Linux, remove
USE_TOOLS+=gmake from the package Makefile. This correctly fixes
PR pkg/23078 and PR pkg/29656.
Diffstat (limited to 'net/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index df3bbca4c92..bbb2bc27f8c 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/12 05:26:47 jlam Exp $ # DISTNAME= tightvnc-1.2.9 @@ -19,8 +19,6 @@ USE_IMAKE= yes NO_INSTALL_MANPAGES= yes USE_PERL5= yes -USE_TOOLS+= gmake - BUILD_TARGET= World # We have to frob a few things, and we want our own permissions, so it's easier |