diff options
author | abs <abs@pkgsrc.org> | 2000-11-10 16:55:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-11-10 16:55:13 +0000 |
commit | 26fc54349d5a955cdc79c1965fc17686e83168b6 (patch) | |
tree | 4c4169e330bb27080ef1e5a574d813b3f92c627a /net/vncviewer/patches | |
parent | d3aaaee55f3946d7a86a13ebbe7b933a6848ca0b (diff) | |
download | pkgsrc-26fc54349d5a955cdc79c1965fc17686e83168b6.tar.gz |
Split vncviewer from vnc - its unhelpful to have to build the complete server
_and_ depend on perl, just for the viewer
package name: vncviewer-3.3.3.1
Diffstat (limited to 'net/vncviewer/patches')
-rw-r--r-- | net/vncviewer/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/vncviewer/patches/patch-aa b/net/vncviewer/patches/patch-aa new file mode 100644 index 00000000000..a7ebf33f77d --- /dev/null +++ b/net/vncviewer/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/11/10 16:55:13 abs Exp $ + +*** vncviewer/Imakefile.orig Thu Sep 2 11:45:25 1999 +--- vncviewer/Imakefile Thu Sep 2 11:45:44 1999 +*************** +*** 35,38 **** + + OBJS = $(SRCS:.c=.o) + +! ComplexProgramTarget(vncviewer) +--- 35,38 ---- + + OBJS = $(SRCS:.c=.o) + +! ComplexProgramTargetNoMan(vncviewer) |