summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-22 13:33:03 +0000
committermaho <maho@FreeBSD.org>2007-01-22 13:33:03 +0000
commit75ee9f797acf04cc4aa29558d0099806e63c86bf (patch)
treee3fa771dc642362a93cc39dfa1757716f13621c4 /science
parent2be73f92ba388e2882e81af138ba318a22884330 (diff)
downloadFreeBSD-ports-75ee9f797acf04cc4aa29558d0099806e63c86bf.zip
FreeBSD-ports-75ee9f797acf04cc4aa29558d0099806e63c86bf.tar.gz
A possible build fix(on pointyhat?)
Diffstat (limited to 'science')
-rw-r--r--science/dft++/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile
index 27bd422..89860f7 100644
--- a/science/dft++/Makefile
+++ b/science/dft++/Makefile
@@ -21,20 +21,19 @@ EXTRACT_ONLY= ${PORTNAME}.v${PORTVERSION}.tar.gz
MAINTAINER= maho@FreeBSD.org
COMMENT= DFT++, A density functional software
-LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
+.include <bsd.port.pre.mk>
+LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
WANT_FORTRAN=yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
FORTRANLIBS= -lgfortranbegin -lgfortran
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..
-.include <bsd.port.pre.mk>
-
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
WITH_ATLAS= yes
.endif
OpenPOWER on IntegriCloud