diff options
author | pi <pi@FreeBSD.org> | 2017-03-03 20:25:13 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2017-03-03 20:25:13 +0800 |
commit | c46c43e08470d183c23eb4d80a6ebb9b22c37638 (patch) | |
tree | af7d88f939f63895dffd1a0998e33d830c9faeb7 /net/xrdp-devel/Makefile | |
parent | 9dd1d70528541819d07f1ceaa59cf63dfbb9c781 (diff) | |
download | freebsd-ports-gnome-c46c43e08470d183c23eb4d80a6ebb9b22c37638.tar.gz freebsd-ports-gnome-c46c43e08470d183c23eb4d80a6ebb9b22c37638.tar.zst freebsd-ports-gnome-c46c43e08470d183c23eb4d80a6ebb9b22c37638.zip |
net/xrdp-devel: unbreak index by deleting RUN_DEPEND on non-existing port
PR: 216420
Pointy hat to: pi
Diffstat (limited to 'net/xrdp-devel/Makefile')
-rw-r--r-- | net/xrdp-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index f1d3b8760636..b81c910b3586 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -4,6 +4,7 @@ PORTNAME= xrdp PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -18,7 +19,6 @@ 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 |