diff options
-rw-r--r-- | net/xrdp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index b81c910b3586..9e4078a3d7f1 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= xrdp PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING # pulseaudio's built source is required for audio redirection BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ ${LOCALBASE}/bin/nasm:devel/nasm +RUN_DEPENDS= ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp USES= autoreconf:build jpeg libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr |