summaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
authorgrant <grant>2003-10-11 12:20:19 +0000
committergrant <grant>2003-10-11 12:20:19 +0000
commitbebd6984777f1bb6f701dfd2749fadc9b09d35b3 (patch)
treebc9d8d9c9f0397fc6b38bbcdfd36a9335bdad7cf /net/tightvnc
parente9b904e3010d4b7543dca3086a7b087d78ace94a (diff)
downloadpkgsrc-bebd6984777f1bb6f701dfd2749fadc9b09d35b3.tar.gz
add USE_GNU_TOOLS+=make.
fixes PR pkg/23078 from Jeremy C. Reed.
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index ccdbdbaa6d1..864a65ae047 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/17 22:51:56 grant Exp $
+# $NetBSD: Makefile,v 1.9 2003/10/11 12:20:19 grant Exp $
#
DISTNAME= tightvnc-1.2.6
@@ -21,6 +21,8 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
USE_PERL5= yes
+USE_GNU_TOOLS+= make
+
ALL_TARGET= World
# We have to frob a few things, and we want our own permissions, so it's easier