summaryrefslogtreecommitdiff
path: root/biology/t_coffee/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:15:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 07:15:46 +0000
commit4a1e6b59748929eeb5fd67d6530fc4ffc1920441 (patch)
tree9b001ddfa6682173d6928bdb3b8ac2a67c7d8f2a /biology/t_coffee/Makefile
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111728 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191382
Diffstat (limited to '')
-rw-r--r--biology/t_coffee/Makefile9
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>