diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-27 22:30:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-27 22:30:19 +0800 |
commit | f27750d58a0a27da0a8ef011fd50830a30bba7b9 (patch) | |
tree | 72e3d5e19e0c32162461e0072d844cf71dff828f /biology | |
parent | 884cd70f2f4e3a9139634ff31dff411595345c54 (diff) | |
download | freebsd-ports-gnome-f27750d58a0a27da0a8ef011fd50830a30bba7b9.tar.gz freebsd-ports-gnome-f27750d58a0a27da0a8ef011fd50830a30bba7b9.tar.zst freebsd-ports-gnome-f27750d58a0a27da0a8ef011fd50830a30bba7b9.zip |
Use BROKEN helpers
Diffstat (limited to 'biology')
-rw-r--r-- | biology/mafft/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/biology/mafft/Makefile b/biology/mafft/Makefile index 6bd72075d8e8..3663a0d374fc 100644 --- a/biology/mafft/Makefile +++ b/biology/mafft/Makefile @@ -33,11 +33,7 @@ LN_FILES= einsi fftns fftnsi ginsi linsi mafft-einsi mafft-fftns \ mafft-qinsi mafft-xinsi nwns nwnsi MAN1_FILES= mafft.1 mafft-homologs.1 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: depends on thread-local storage -.endif +BROKEN_sparc64= Does not install on sparc64: depends on thread-local storage post-patch: @${REINPLACE_CMD} -e 's|^PREFIX = .*$$||' \ @@ -71,4 +67,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/license ${STAGEDIR}${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |