diff options
-rw-r--r-- | math/sfft/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/sfft/Makefile b/math/sfft/Makefile index b31b6f7c852a..6acc80879ccf 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -14,6 +14,9 @@ COMMENT= Optimized Sparse Fast Fourier Transform LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= requires SSE instructions, which are x86-specific + LIB_DEPENDS= libfftw3.so:math/fftw3 USES= uidfix zip @@ -109,6 +112,6 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${_DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |