diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:15:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:15:46 +0000 |
commit | 4a1e6b59748929eeb5fd67d6530fc4ffc1920441 (patch) | |
tree | 9b001ddfa6682173d6928bdb3b8ac2a67c7d8f2a /biology/t_coffee | |
parent | f42468ac8f92e8798abc799de63feb738d3630bd (diff) | |
download | ports-4a1e6b59748929eeb5fd67d6530fc4ffc1920441.tar.gz ports-4a1e6b59748929eeb5fd67d6530fc4ffc1920441.zip |
Notes
Diffstat (limited to 'biology/t_coffee')
-rw-r--r-- | biology/t_coffee/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/biology/t_coffee/Makefile b/biology/t_coffee/Makefile index 6f7150983944..5792b4f831e1 100644 --- a/biology/t_coffee/Makefile +++ b/biology/t_coffee/Makefile @@ -23,6 +23,7 @@ MAKE_ENV= MV=${MV} USER_BIN=${PREFIX}/bin \ CLUSTALW_4_TCOFFEE=${LOCALBASE}/bin/clustalw MAKEFILE= makefile +USE_GCC= 3.3 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/t_coffee ${PREFIX}/bin @@ -40,10 +41,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/html/* ${DATADIR}/html .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 502126 -USE_GCC=3.3 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |