diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-15 15:46:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-15 15:46:48 +0800 |
commit | 713f60c67675a0c6a9ec932c9e7fb879ed898051 (patch) | |
tree | 9c2786741f5a151c6a45e4abb60e16f754f7ebb6 /net | |
parent | beb3f520d5056264e5ec0530db76acd8fffcab5a (diff) | |
download | freebsd-ports-gnome-713f60c67675a0c6a9ec932c9e7fb879ed898051.tar.gz freebsd-ports-gnome-713f60c67675a0c6a9ec932c9e7fb879ed898051.tar.zst freebsd-ports-gnome-713f60c67675a0c6a9ec932c9e7fb879ed898051.zip |
Bring back the defaults as they were prior to options conversion
PR: ports/179567
Submitted by: john marino <draco@marino.st>
Diffstat (limited to 'net')
-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 \ |