diff options
author | jwb <jwb@FreeBSD.org> | 2019-05-21 07:41:08 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2019-05-21 07:41:08 +0800 |
commit | de9615fd8fa92beb331090d93b4cf3f34d6f45aa (patch) | |
tree | 789595ea13b5529a1073b516c5fe5bd510ba4ebb /biology | |
parent | 586bb59bbff1a8baabdec0c917ce8f64e06ae393 (diff) | |
download | freebsd-ports-gnome-de9615fd8fa92beb331090d93b4cf3f34d6f45aa.tar.gz freebsd-ports-gnome-de9615fd8fa92beb331090d93b4cf3f34d6f45aa.tar.zst freebsd-ports-gnome-de9615fd8fa92beb331090d93b4cf3f34d6f45aa.zip |
biology/fastp: Remove redundant USE_GCC
Diffstat (limited to 'biology')
-rw-r--r-- | biology/fastp/Makefile | 9 |
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> |