aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2015-09-19 21:12:44 +0800
committerwen <wen@FreeBSD.org>2015-09-19 21:12:44 +0800
commit86888b40ac8d8ffc8c473ab6ba984d060c3de629 (patch)
tree5048e5f4248096cdcf0917d444e603e053e2d0ae /biology
parent764ca8d0b9f4a9b5be6dff998e25482376e39b90 (diff)
downloadfreebsd-ports-gnome-86888b40ac8d8ffc8c473ab6ba984d060c3de629.tar.gz
freebsd-ports-gnome-86888b40ac8d8ffc8c473ab6ba984d060c3de629.tar.zst
freebsd-ports-gnome-86888b40ac8d8ffc8c473ab6ba984d060c3de629.zip
- Use compiler:openmp instead of gcc
- Minor cleanup Reported by: danfe@
Diffstat (limited to 'biology')
-rw-r--r--biology/cd-hit/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/cd-hit/Makefile b/biology/cd-hit/Makefile
index e3cd02127edf..b1df3d8f25b1 100644
--- a/biology/cd-hit/Makefile
+++ b/biology/cd-hit/Makefile
@@ -15,13 +15,10 @@ USE_GITHUB= yes
GH_ACCOUNT= weizhongli
GH_PROJECT= cdhit
-USES= gmake shebangfix
+USES= compiler:openmp gmake shebangfix
WRKSRC= ${WRKDIR}/cdhit-${PORTVERSION}
-# Only for OpenMP
-USE_GCC= yes
SHEBANG_FILES= ${WRKSRC}/*.pl
-#MAKEFILE= makefile
MAKE_FLAGS= openmp=yes
post-patch: