diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /net/x11vnc | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
Notes
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index 167941a087da..9d1c6a462a3b 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -16,9 +16,10 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ dbus:${PORTSDIR}/devel/dbus \ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs +NO_STAGE= yes + USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp recordproto - # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS LDFLAGS+= -L${LOCALBASE}/lib USE_OPENSSL= yes @@ -33,7 +34,6 @@ OPTIONS_DEFINE=NLS AVAHI OPTIONS_DEFAULT=NLS AVAHI NO_OPTIONS_SORT=yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |