aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-15 21:32:24 +0800
committermaho <maho@FreeBSD.org>2007-01-15 21:32:24 +0800
commit048323fcb6111ee2f63f4a1ecc0b365efe001cf3 (patch)
tree3472237acd0ff19ac06aae04060bff12bb282c1b /science
parentda1daee251c1a8954737ef1b24f11231c6aeefdb (diff)
downloadfreebsd-ports-gnome-048323fcb6111ee2f63f4a1ecc0b365efe001cf3.tar.gz
freebsd-ports-gnome-048323fcb6111ee2f63f4a1ecc0b365efe001cf3.tar.zst
freebsd-ports-gnome-048323fcb6111ee2f63f4a1ecc0b365efe001cf3.zip
correct the place of <bsd.port.pre.mk>
Diffstat (limited to 'science')
-rw-r--r--science/dft++/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/dft++/Makefile b/science/dft++/Makefile
index 11111b0bcf54..fa43abed0095 100644
--- a/science/dft++/Makefile
+++ b/science/dft++/Makefile
@@ -24,6 +24,9 @@ COMMENT= DFT++, A density functional software
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+.include <bsd.port.pre.mk>
+
USE_GMAKE= yes
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
@@ -47,8 +50,6 @@ LAPACK= -llapack
.endif
FFTW= -lfftw
-.include <bsd.port.pre.mk>
-
.if defined(WITH_OPTIMIZED_FLAGS)
OPTIMIZED_FLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double
.if (${ARCH} == "i386")