diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:30:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:30:19 +0000 |
commit | 16cbf75f614746df01866a0a8f2d225457bf0e10 (patch) | |
tree | 72e3d5e19e0c32162461e0072d844cf71dff828f /biology | |
parent | 58dc978e42e70ee0873a1d7c5b75b1a456116b9c (diff) |
Notes
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> |