Date: Fri, 22 May 2020 06:38:19 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536186 - head/emulators/vmw Message-ID: <202005220638.04M6cJm7030348@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri May 22 06:38:19 2020 New Revision: 536186 URL: https://svnweb.freebsd.org/changeset/ports/536186 Log: - use binutils from ports Reported by: Ed Maste Modified: head/emulators/vmw/Makefile Modified: head/emulators/vmw/Makefile ============================================================================== --- head/emulators/vmw/Makefile Fri May 22 05:37:40 2020 (r536185) +++ head/emulators/vmw/Makefile Fri May 22 06:38:19 2020 (r536186) @@ -2,7 +2,7 @@ PORTNAME= vmw PORTVERSION= 060510 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://sites.google.com/site/chitchatvmback/storage/ @@ -10,6 +10,8 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= VM Back Command Line Tools for VMware ONLY_FOR_ARCHS= i386 amd64 + +BUILD_DEPENDS= as:devel/binutils WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= iconv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005220638.04M6cJm7030348>