diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 10:33:47 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-24 10:33:47 +0000 |
commit | 9d42f7d725aa31716e55e3549ad464a400218177 (patch) | |
tree | 90813bcebaace541793c29f27dc8d357a60ac7d9 /biology | |
parent | 504cffc4b98232986942da730d1c5d4e5ee713f1 (diff) |
gmake is needed
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=34172
Diffstat (limited to 'biology')
-rw-r--r-- | biology/fastdnaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/fastdnaml/Makefile b/biology/fastdnaml/Makefile index 203fce448bc6..494e6a26a907 100644 --- a/biology/fastdnaml/Makefile +++ b/biology/fastdnaml/Makefile @@ -13,6 +13,7 @@ DISTNAME= fastDNAml_${PORTVERSION} MAINTAINER= mzaki@e-mail.ne.jp +USE_GMAKE= yes do-build: @(cd ${WRKSRC}/source; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) |