svn commit: r536186 - head/emulators/vmw

Dirk Meyer dinoex at FreeBSD.org
Fri May 22 06:38:20 UTC 2020


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 at 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


More information about the svn-ports-head mailing list