1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

[patch] cleanup non-supported FreeBSD versions

PR:		ports/111728
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-05-02 07:15:46 +00:00
parent f42468ac8f
commit 4a1e6b5974
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191382

View File

@ -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>