diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2017-03-28 19:29:46 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2017-03-28 19:29:46 +0000 |
commit | 58cf54fd86db361ce8577075c5b48c1c4c8de074 (patch) | |
tree | 09da02b5799473e0da1739b71749c9e23cb3e313 | |
parent | New port: x11-drivers/xorgxrdp (diff) |
net/xrdp-devel: re-add RUN_DEPENDS on x11-drivers/xorgxrdp
- re-add after the port we depend on has finally landed
PR: 216420
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=437152
-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 |