diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/vnc2flv/Makefile | 2 |
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 |