svn commit: r401466 - head/lang/angelscript

John Marino marino at FreeBSD.org
Thu Nov 12 23:35:54 UTC 2015


Author: marino
Date: Thu Nov 12 23:35:52 2015
New Revision: 401466
URL: https://svnweb.freebsd.org/changeset/ports/401466

Log:
  lang/angelscript: Add USES=alias to fix malloc.h-less DF

Modified:
  head/lang/angelscript/Makefile

Modified: head/lang/angelscript/Makefile
==============================================================================
--- head/lang/angelscript/Makefile	Thu Nov 12 23:25:53 2015	(r401465)
+++ head/lang/angelscript/Makefile	Thu Nov 12 23:35:52 2015	(r401466)
@@ -14,7 +14,7 @@ LICENSE=	ZLIB
 
 MAKEFILE=	makefile
 MAKE_ARGS=	LOCAL=${STAGEDIR}${PREFIX}
-USES=		gmake zip compiler:c++0x
+USES=		alias gmake zip compiler:c++0x
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/sdk/angelscript/projects/gnuc/


More information about the svn-ports-all mailing list