pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tightvnc GNU make isn't required all of the time.....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bfa489c469c
branches:  trunk
changeset: 495505:7bfa489c469c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jun 12 05:26:47 2005 +0000

description:
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:

 net/tightvnc/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 075e9112bbae -r 7bfa489c469c net/tightvnc/Makefile
--- a/net/tightvnc/Makefile     Sun Jun 12 05:06:11 2005 +0000
+++ b/net/tightvnc/Makefile     Sun Jun 12 05:26:47 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index