diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-02 15:15:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-02 15:15:46 +0800 |
commit | cd143be67d4e7600bc41d25836b390303a16c1d6 (patch) | |
tree | 1e9d8c2e919fb268326f030f7b9a9ccb7ee02b81 /biology | |
parent | 846716293459274535e9c2188e20ca3ca08e7408 (diff) | |
download | freebsd-ports-gnome-cd143be67d4e7600bc41d25836b390303a16c1d6.tar.gz freebsd-ports-gnome-cd143be67d4e7600bc41d25836b390303a16c1d6.tar.zst freebsd-ports-gnome-cd143be67d4e7600bc41d25836b390303a16c1d6.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111728
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Diffstat (limited to 'biology')
-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> |