diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-11 23:16:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-11 23:16:49 +0000 |
commit | dba4cab76468e18864ef4a7a7b10e7d8a3f81718 (patch) | |
tree | e134f813e5b3091efcfa064b17eff2159b15af2b /science/mpqc | |
parent | Add nvclock, a utility that allows users to overclock their nVidia-based (diff) |
Fix configure failure (autoconf257 is required)
Notes
Notes:
svn path=/head/; revision=86786
Diffstat (limited to 'science/mpqc')
-rw-r--r-- | science/mpqc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 011e49be4e8b..e0eb991cb69a 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -17,7 +17,7 @@ DISTFILES+= mpqc-man-${PORTVERSION}.tar.gz mpqc-html-${PORTVERSION}.tar.gz MAINTAINER= maho@FreeBSD.org COMMENT= The massively parallel quantum computing library and program -RUN_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 +BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas |