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

Kurt Jaeger pi at FreeBSD.org
Tue Mar 28 19:29:48 UTC 2017


Author: pi
Date: Tue Mar 28 19:29:46 2017
New Revision: 437152
URL: https://svnweb.freebsd.org/changeset/ports/437152

Log:
  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 at vmeta.jp> (maintainer)

Modified:
  head/net/xrdp-devel/Makefile

Modified: head/net/xrdp-devel/Makefile
==============================================================================
--- head/net/xrdp-devel/Makefile	Tue Mar 28 19:19:22 2017	(r437151)
+++ head/net/xrdp-devel/Makefile	Tue Mar 28 19:29:46 2017	(r437152)
@@ -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


More information about the svn-ports-all mailing list