Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2017 19:29:46 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437152 - head/net/xrdp-devel
Message-ID:  <201703281929.v2SJTkYM045076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703281929.v2SJTkYM045076>