diff options
-rw-r--r-- | math/tomsfastmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 8f9f81f6a773..a819288aeb21 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -13,11 +13,11 @@ COMMENT= Portable fixed precision math library for fast exponentiations WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile USES= gmake tar:bzip2 +USE_GCC= any ALL_TARGET= default PLIST_FILES= include/tfm.h lib/libtfm.a -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" |