diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-01 01:09:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-01 01:09:58 +0800 |
commit | 19d1589bf7245b42ca253677b87e1d786d0b843b (patch) | |
tree | d80753ebb6e716b5064f35c4fe5b36b51c16d5a3 /net | |
parent | 0221ef8500813a3af6ba027712749d147648ce37 (diff) | |
download | freebsd-ports-gnome-19d1589bf7245b42ca253677b87e1d786d0b843b.tar.gz freebsd-ports-gnome-19d1589bf7245b42ca253677b87e1d786d0b843b.tar.zst freebsd-ports-gnome-19d1589bf7245b42ca253677b87e1d786d0b843b.zip |
Stage support
Diffstat (limited to 'net')
-rw-r--r-- | net/remotedesk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile index 64e6b3927932..bf0724aa9cf1 100644 --- a/net/remotedesk/Makefile +++ b/net/remotedesk/Makefile @@ -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 |