diff options
author | Jonathan Chu <milki@FreeBSD.org> | 2014-05-31 04:18:18 +0000 |
---|---|---|
committer | Jonathan Chu <milki@FreeBSD.org> | 2014-05-31 04:18:18 +0000 |
commit | e4d4ffc175e75ec7dfb1df33861c926d317d124b (patch) | |
tree | 02ff501b90468fbda3d57fb5eac6bf157d7bb311 /biology/mafft | |
parent | - Update from 3.8.60 to 3.8.61 (diff) |
Add DOCS and EXAMPLE options to biology/mafft
PR: ports/190161
Submitted by: "Reed A. Cartwright" <cartwright@asu.edu> (maintainer)
Approved by: swills (maintainer)
Notes
Notes:
svn path=/head/; revision=355931
Diffstat (limited to 'biology/mafft')
-rw-r--r-- | biology/mafft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/mafft/Makefile b/biology/mafft/Makefile index 69584afb6145..70a3062758de 100644 --- a/biology/mafft/Makefile +++ b/biology/mafft/Makefile @@ -13,6 +13,8 @@ COMMENT= Multiple alignment program for amino acid or nucleotide sequences LICENSE= BSD2CLAUSE +OPTIONS_DEFINE= DOCS EXAMPLES + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-without-extensions BUILD_WRKSRC= ${WRKSRC}/core |