diff options
Diffstat (limited to 'graphics/luxrender/Makefile')
-rw-r--r-- | graphics/luxrender/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index 0569ca33b119..ddff4fc3dfc4 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -24,6 +24,9 @@ LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= uses SSE extensions + USES= bison cmake tar:bzip2 USE_GL= glut glew WRKSRC= ${WRKDIR}/luxrender-lux-${LUX_REV} |