From owner-svn-ports-all@FreeBSD.ORG Thu Jun 13 22:48:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7EF2F7FD; Thu, 13 Jun 2013 22:48:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 715741869; Thu, 13 Jun 2013 22:48:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DMmRWX045305; Thu, 13 Jun 2013 22:48:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DMmRwg045303; Thu, 13 Jun 2013 22:48:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306132248.r5DMmRwg045303@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 13 Jun 2013 22:48:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320847 - in head: Mk net/tsclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 22:48:27 -0000 Author: bapt Date: Thu Jun 13 22:48:26 2013 New Revision: 320847 URL: http://svnweb.freebsd.org/changeset/ports/320847 Log: No need to globally define X_NESTSERVER_PORT Modified: head/Mk/bsd.port.mk head/net/tsclient/Makefile Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Jun 13 22:45:37 2013 (r320846) +++ head/Mk/bsd.port.mk Thu Jun 13 22:48:26 2013 (r320847) @@ -1897,7 +1897,6 @@ LIB_DEPENDS+= Xm.4:${PORTSDIR}/x11-tool X_IMAKE_PORT= ${PORTSDIR}/devel/imake X_FONTSERVER_PORT= ${PORTSDIR}/x11-fonts/xfs X_VFBSERVER_PORT= ${PORTSDIR}/x11-servers/xorg-vfbserver -X_NESTSERVER_PORT= ${PORTSDIR}/x11-servers/xorg-nestserver X_FONTS_ENCODINGS_PORT= ${PORTSDIR}/x11-fonts/encodings X_FONTS_MISC_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps X_FONTS_100DPI_PORT= ${PORTSDIR}/x11-fonts/xorg-fonts-100dpi Modified: head/net/tsclient/Makefile ============================================================================== --- head/net/tsclient/Makefile Thu Jun 13 22:45:37 2013 (r320846) +++ head/net/tsclient/Makefile Thu Jun 13 22:48:26 2013 (r320847) @@ -43,7 +43,7 @@ RUN_DEPENDS+= vncviewer:${PORTSDIR}/net/ .endif .if ${PORT_OPTIONS:MXNEST} -RUN_DEPENDS+= Xnest:${X_NESTSERVER_PORT} +RUN_DEPENDS+= Xnest:${PORTSDIR}/x11-servers/xorg-nestserver .endif .include