diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:36:19 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:36:19 +0000 |
commit | fe8d1fdffc8744dc492ff03195fa934829ea8d18 (patch) | |
tree | 8fce1af7fca7567229bb13031cdb8b292f10c94e /net/x11vnc | |
parent | 7fa6b0dae2495fff010d44ff65f97ca52817c4fe (diff) |
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 249cddaa42d1..21d7412fc3ef 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -27,7 +27,7 @@ CPPFLAGS+= -I${LOCALBASE}/include PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO -OPTIONS_DEFINE=NLS AVAHI +OPTIONS_DEFINE= NLS AVAHI DOCS OPTIONS_DEFAULT=NLS AVAHI NO_OPTIONS_SORT=yes NLS_USES= gettext |