diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-26 16:16:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-26 16:16:17 +0000 |
commit | 00cd543a0256caf81600e653e3c11abfe988e9db (patch) | |
tree | 7cf70882b38e01406dbef21fa409d59370c7f184 /net | |
parent | 295a79963d7c4bc94995a0acc14e0b3f7afb5dfe (diff) | |
download | ports-00cd543a0256caf81600e653e3c11abfe988e9db.tar.gz ports-00cd543a0256caf81600e653e3c11abfe988e9db.zip |
- Unbreak WITHOUT_SERVER case
Submitted by: glewis
Pointy hat: pav
Notes
Notes:
svn path=/head/; revision=136183
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 3d24d094dffb..bdc3ab3d457a 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -20,8 +20,8 @@ DISTFILES= vnc-4_1_1-unixsrc.tar.gz:vnc DISTFILES+= X430src-1.tgz:x \ X430src-2.tgz:x \ X430src-3.tgz:x -DIST_SUBDIR= xc .endif +DIST_SUBDIR= xc MAINTAINER= james@now.ie COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays |