aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-06-25 23:09:08 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-06-25 23:09:08 +0000
commit5e8fb43b19c6ea1726680267c1e7091533063e88 (patch)
treea7adc256371617763d3136804fa3c39062035878 /deskutils
parent3351bebb15482cb317c08ba34a2f859a289cdfc1 (diff)
downloadports-5e8fb43b19c6ea1726680267c1e7091533063e88.tar.gz
ports-5e8fb43b19c6ea1726680267c1e7091533063e88.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/vnc2flv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/vnc2flv/Makefile b/deskutils/vnc2flv/Makefile
index 8dd356f31964..63bc473d1364 100644
--- a/deskutils/vnc2flv/Makefile
+++ b/deskutils/vnc2flv/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Captures a VNC desktop session and saves as a flv
-.if !defined(WITHOUT_X11)
+.if empty(PORT_OPTIONS:MX11)
RUN_DEPENDS+= x11vnc:${PORTSDIR}/net/x11vnc
.endif