svn commit: r320847 - in head: Mk net/tsclient
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jun 13 22:48:27 UTC 2013
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 <bsd.port.pre.mk>
More information about the svn-ports-head
mailing list