diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-24 18:33:47 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-24 18:33:47 +0800 |
commit | 143151a82d4417c652546152f60d68ed6b944b5b (patch) | |
tree | 701e1751620c59bbd8d0383be701312d7e72332f /biology | |
parent | 26f8a39a08999b440cc4845329891470d397d2cf (diff) | |
download | freebsd-ports-gnome-143151a82d4417c652546152f60d68ed6b944b5b.tar.gz freebsd-ports-gnome-143151a82d4417c652546152f60d68ed6b944b5b.tar.zst freebsd-ports-gnome-143151a82d4417c652546152f60d68ed6b944b5b.zip |
gmake is needed
Submitted by: bento
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}) |