Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 17:09:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342043 - head/net/remotedesk
Message-ID:  <201401311709.s0VH9xk1008313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jan 31 17:09:58 2014
New Revision: 342043
URL: http://svnweb.freebsd.org/changeset/ports/342043
QAT: https://qat.redports.org/buildarchive/r342043/

Log:
  Stage support

Modified:
  head/net/remotedesk/Makefile

Modified: head/net/remotedesk/Makefile
==============================================================================
--- head/net/remotedesk/Makefile	Fri Jan 31 17:09:15 2014	(r342042)
+++ head/net/remotedesk/Makefile	Fri Jan 31 17:09:58 2014	(r342043)
@@ -11,16 +11,15 @@ DISTNAME=	RemoteDesk-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphical interface to rdesktop
 
-RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop
-
 LICENSE=	GPLv2
 
+RUN_DEPENDS=	rdesktop:${PORTSDIR}/net/rdesktop
+
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile



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