diff options
author | grant <grant> | 2003-10-11 12:20:19 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-11 12:20:19 +0000 |
commit | 01768d50aab6163222f2e6171d46958b0abe8e34 (patch) | |
tree | bc9d8d9c9f0397fc6b38bbcdfd36a9335bdad7cf /net/tightvnc/Makefile | |
parent | 559df41b86f0c03fb7f9ff2f36b52722c56d7ea0 (diff) | |
download | pkgsrc-01768d50aab6163222f2e6171d46958b0abe8e34.tar.gz |
add USE_GNU_TOOLS+=make.
fixes PR pkg/23078 from Jeremy C. Reed.
Diffstat (limited to 'net/tightvnc/Makefile')
-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 |