svn commit: r502178 - head/biology/fastp
Jason W. Bacon
jwb at FreeBSD.org
Mon May 20 23:41:10 UTC 2019
Author: jwb
Date: Mon May 20 23:41:08 2019
New Revision: 502178
URL: https://svnweb.freebsd.org/changeset/ports/502178
Log:
biology/fastp: Remove redundant USE_GCC
Modified:
head/biology/fastp/Makefile
Modified: head/biology/fastp/Makefile
==============================================================================
--- head/biology/fastp/Makefile Mon May 20 22:14:05 2019 (r502177)
+++ head/biology/fastp/Makefile Mon May 20 23:41:08 2019 (r502178)
@@ -19,14 +19,7 @@ GH_ACCOUNT= OpenGene
ALL_TARGET= fastp
PLIST_FILES= bin/fastp
-.include <bsd.port.pre.mk>
-
-# Force newer compiler on platforms using GCC 4.2 as base
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-USE_GCC= yes
-.endif
-
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fastp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list