summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-14 01:29:12 +0000
committermaho <maho@FreeBSD.org>2007-07-14 01:29:12 +0000
commitc8207a4a04a94b6234eaf891fe1ba2795035c0ea (patch)
tree2ec0a10e917597a70d0829bf9c3160984c1c2c22 /cad
parent7bf8357e280fd2afa43258158fa6178dd8f7bf23 (diff)
downloadFreeBSD-ports-c8207a4a04a94b6234eaf891fe1ba2795035c0ea.zip
FreeBSD-ports-c8207a4a04a94b6234eaf891fe1ba2795035c0ea.tar.gz
Now we use USE_FORTRAN=g77 to use FORTRAN compiler.
Diffstat (limited to 'cad')
-rw-r--r--cad/sceptre/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile
index 568f417..0eaeda9 100644
--- a/cad/sceptre/Makefile
+++ b/cad/sceptre/Makefile
@@ -14,17 +14,10 @@ MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
MAINTAINER= maho@FreeBSD.org
COMMENT= SCEPTRE is a general purpose circuit analysis program
-WANT_FORTRAN= yes #dummy but future use
-
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 700000
-BUILD_DEPENDS+= g77-34:${PORTSDIR}/lang/gcc34
-FC= g77-34
-F77= g77-34
+USE_FORTRAN= g77
FFLAGS+= -fno-automatic -O
-MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
-.endif
NO_WRKSUBDIR= YES
OpenPOWER on IntegriCloud