diff options
author | marino <marino@FreeBSD.org> | 2015-11-13 07:35:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-13 07:35:52 +0800 |
commit | 4c9538ab6fe370c9d95fdd804aa491101a8d28dc (patch) | |
tree | 207cee494a867ecaf5d95132f789a77eaff975ad /lang | |
parent | 74181a4019966b5e2ee3da606e674afb6811cdfe (diff) | |
download | freebsd-ports-gnome-4c9538ab6fe370c9d95fdd804aa491101a8d28dc.tar.gz freebsd-ports-gnome-4c9538ab6fe370c9d95fdd804aa491101a8d28dc.tar.zst freebsd-ports-gnome-4c9538ab6fe370c9d95fdd804aa491101a8d28dc.zip |
lang/angelscript: Add USES=alias to fix malloc.h-less DF
Diffstat (limited to 'lang')
-rw-r--r-- | lang/angelscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index 04746ba16bd1..6c6439194f00 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -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/ |