diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 10:02:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 10:02:06 +0000 |
commit | 2fa992f987870f06a6ee761730e0674501309a64 (patch) | |
tree | 9e5645625170e8a294b114396024ffddbd0f8813 /graphics | |
parent | 269ae10910a62a93f60a11dce840dc72f5e6856a (diff) | |
download | ports-2fa992f987870f06a6ee761730e0674501309a64.tar.gz ports-2fa992f987870f06a6ee761730e0674501309a64.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/robot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/robot/Makefile b/graphics/robot/Makefile index c5d95dfe28c6..23f67ffb838a 100644 --- a/graphics/robot/Makefile +++ b/graphics/robot/Makefile @@ -23,12 +23,9 @@ USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV+= OPENWINHOME=${X11BASE} WEB_BROWSER?= firefox -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -ffixed-line-length-80 -MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +MAKE_ENV+= FFLAGS="${FFLAGS}" MANL= robot.l |