diff options
Diffstat (limited to 'games/voxelands/Makefile')
-rw-r--r-- | games/voxelands/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/voxelands/Makefile b/games/voxelands/Makefile index 86592481d9c7..c3bfe6b864bf 100644 --- a/games/voxelands/Makefile +++ b/games/voxelands/Makefile @@ -18,7 +18,7 @@ BROKEN_powerpc64= fails to link: sibling call optimization does not allow automa LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \ libfreetype.so:print/freetype2 -USES= cmake tar:bzip2 +USES= cmake:insource tar:bzip2 LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |