summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2015-09-19 13:12:44 +0000
committerWen Heping <wen@FreeBSD.org>2015-09-19 13:12:44 +0000
commit4a34be3e778c346cb17a6336af9b44ce5a7ae16f (patch)
tree5048e5f4248096cdcf0917d444e603e053e2d0ae /biology
parent- Update net/miniupnpd to 1.9.20150721 [1] (diff)
- Use compiler:openmp instead of gcc
- Minor cleanup Reported by: danfe@
Notes
Notes: svn path=/head/; revision=397322
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: