diff options
author | jlam <jlam> | 2005-06-12 05:26:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-12 05:26:47 +0000 |
commit | 0d7081a3869bba1499114a7bd4a71975f4f1c7fb (patch) | |
tree | f9ae7dd732be882fe0a0c34eb301bb5754ccd40e | |
parent | b233f8e2aa14b78277f8a754f3aaf2566eef61bf (diff) | |
download | pkgsrc-0d7081a3869bba1499114a7bd4a71975f4f1c7fb.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.
-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 |