diff options
author | grant <grant@pkgsrc.org> | 2003-10-11 12:20:19 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-11 12:20:19 +0000 |
commit | f859433e91100dc0068d0591e41f5857a76072f6 (patch) | |
tree | bc9d8d9c9f0397fc6b38bbcdfd36a9335bdad7cf /net/tightvnc | |
parent | dbf3c5151c0134b86b3884d592918826cfc7afa6 (diff) | |
download | pkgsrc-f859433e91100dc0068d0591e41f5857a76072f6.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/Makefile | 4 |
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 |