diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 07:46:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 07:46:48 +0000 |
commit | d34ab044ed98fcba274565e8f77eabc30db4dee8 (patch) | |
tree | 9c2786741f5a151c6a45e4abb60e16f754f7ebb6 /net/vnc | |
parent | 0b35afe9829e7581b3aebc1fa32f34f61164e789 (diff) | |
download | ports-d34ab044ed98fcba274565e8f77eabc30db4dee8.tar.gz ports-d34ab044ed98fcba274565e8f77eabc30db4dee8.zip |
Notes
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 8c423b0b84dd..4f410d3a5d32 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vnc PORTVERSION= 4.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net ipv6 MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc DISTNAME= vnc-4_1_3-unixsrc @@ -28,7 +28,7 @@ PLIST= ${WRKDIR}/pkg-plist CONFLICTS= tightvnc-[0-9]* tridiavnc-[0-9]* OPTIONS_DEFINE= SERVER -OPTIONS_DEFINE= SERVER +OPTIONS_DEFAULT= SERVER SERVER_DESC= Install VNC server components MAN1= vncviewer.1 \ |