Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 23:35:53 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401466 - head/lang/angelscript
Message-ID:  <201511122335.tACNZrcG020683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122335.tACNZrcG020683>