aboutsummaryrefslogtreecommitdiff
path: root/net/x11vnc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /net/x11vnc
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'net/x11vnc')
-rw-r--r--net/x11vnc/Makefile4
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}