aboutsummaryrefslogtreecommitdiff
path: root/biology/fastp
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2019-05-20 23:41:08 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2019-05-20 23:41:08 +0000
commita0cddd98e1069b4aa16264401cb21217399fc67f (patch)
tree789595ea13b5529a1073b516c5fe5bd510ba4ebb /biology/fastp
parent4d1db2c8a9badeddd0e6b960bdea0fb5c0a45c56 (diff)
downloadports-a0cddd98e1069b4aa16264401cb21217399fc67f.tar.gz
ports-a0cddd98e1069b4aa16264401cb21217399fc67f.zip
biology/fastp: Remove redundant USE_GCC
Notes
Notes: svn path=/head/; revision=502178
Diffstat (limited to 'biology/fastp')
-rw-r--r--biology/fastp/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/biology/fastp/Makefile b/biology/fastp/Makefile
index 41714fa16461..09c0d09200e5 100644
--- a/biology/fastp/Makefile
+++ b/biology/fastp/Makefile
@@ -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>