diff options
Diffstat (limited to 'math/tomsfastmath/Makefile')
-rw-r--r-- | math/tomsfastmath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index b96af5ff9ca4..55a91094806c 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tomsfastmath -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= math MASTER_SITES= http://libtomcrypt.org/tfm/files/ DISTNAME= tfm-${PORTVERSION} @@ -19,14 +19,13 @@ MAKEFILE= makefile USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= default -USE_REINPLACE= yes PLIST_FILES= include/tfm.h lib/libtfm.a .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" +BROKEN= Does not build on sparc64 .endif post-patch: |