svn commit: r387028 - head/devel/spice-protocol

Jason Helfman jgh at FreeBSD.org
Fri May 22 15:46:08 UTC 2015


Author: jgh
Date: Fri May 22 15:46:07 2015
New Revision: 387028
URL: https://svnweb.freebsd.org/changeset/ports/387028

Log:
  - fix for FreeBSD 8.x/9.x
  
  Submitted by:	pkg-fallout
  Thanks to:	antoine

Modified:
  head/devel/spice-protocol/Makefile

Modified: head/devel/spice-protocol/Makefile
==============================================================================
--- head/devel/spice-protocol/Makefile	Fri May 22 15:39:52 2015	(r387027)
+++ head/devel/spice-protocol/Makefile	Fri May 22 15:46:07 2015	(r387028)
@@ -12,6 +12,6 @@ COMMENT=	Simple Protocol for Independent
 LICENSE=	BSD3CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=	pathfix pkgconfig tar:bzip2
+USES=	gmake pathfix pkgconfig tar:bzip2
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list