svn commit: r435342 - head/net/xrdp-devel

Kurt Jaeger pi at FreeBSD.org
Fri Mar 3 12:25:14 UTC 2017


Author: pi
Date: Fri Mar  3 12:25:13 2017
New Revision: 435342
URL: https://svnweb.freebsd.org/changeset/ports/435342

Log:
  net/xrdp-devel: unbreak index by deleting RUN_DEPEND on non-existing port
  
  PR:		216420
  Pointy hat to:	pi

Modified:
  head/net/xrdp-devel/Makefile

Modified: head/net/xrdp-devel/Makefile
==============================================================================
--- head/net/xrdp-devel/Makefile	Fri Mar  3 10:42:48 2017	(r435341)
+++ head/net/xrdp-devel/Makefile	Fri Mar  3 12:25:13 2017	(r435342)
@@ -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


More information about the svn-ports-head mailing list