diff options
author | maho <maho@FreeBSD.org> | 2003-08-12 07:16:49 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-12 07:16:49 +0800 |
commit | c14c67958818b4800e229cea555ebc4150019350 (patch) | |
tree | c9ab32b02b353d1ea6afbd176f82ece557ea35e0 /science | |
parent | 2ab75719dc798be9b891b545e7722ef8b26468e0 (diff) | |
download | freebsd-ports-gnome-c14c67958818b4800e229cea555ebc4150019350.tar.gz freebsd-ports-gnome-c14c67958818b4800e229cea555ebc4150019350.tar.zst freebsd-ports-gnome-c14c67958818b4800e229cea555ebc4150019350.zip |
Fix configure failure (autoconf257 is required)
Diffstat (limited to 'science')
-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 |