diff options
author | maho <maho@FreeBSD.org> | 2007-02-25 14:52:47 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-25 14:52:47 +0800 |
commit | 1b5580b2f9a7466972e3d1549b2fa2dcdf210482 (patch) | |
tree | a1655fe761ed8cdaa543eee81dc1a0a6c84cb25b /science | |
parent | 2c10fa774906ef528285c77985c465d7204b161c (diff) | |
download | freebsd-ports-gnome-1b5580b2f9a7466972e3d1549b2fa2dcdf210482.tar.gz freebsd-ports-gnome-1b5580b2f9a7466972e3d1549b2fa2dcdf210482.tar.zst freebsd-ports-gnome-1b5580b2f9a7466972e3d1549b2fa2dcdf210482.zip |
A possible fix for fenner's distfile survey.
Submitted by: fenner
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index fed9c5db7823..0b74c2095c36 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems +FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget + +FETCH_CMD= ${LOCALBASE}/bin/wget + WANT_FORTRAN= yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 |