summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-12 05:26:47 +0000
committerjlam <jlam>2005-06-12 05:26:47 +0000
commit0d7081a3869bba1499114a7bd4a71975f4f1c7fb (patch)
treef9ae7dd732be882fe0a0c34eb301bb5754ccd40e /net
parentb233f8e2aa14b78277f8a754f3aaf2566eef61bf (diff)
downloadpkgsrc-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.
Diffstat (limited to 'net')
-rw-r--r--net/tightvnc/Makefile4
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