aboutsummaryrefslogtreecommitdiff
path: root/graphics/raster3d
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-17 02:47:47 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-17 02:47:47 +0000
commit56158920f0a52aa470aeb25dd43a5fae2356ec87 (patch)
treefbc8cabaab67eb4d01851a1e55f5b887fe5f4a44 /graphics/raster3d
parentd8186a0489e7fe365a2b430d4dd27421d3d5ad5d (diff)
downloadports-56158920f0a52aa470aeb25dd43a5fae2356ec87.tar.gz
ports-56158920f0a52aa470aeb25dd43a5fae2356ec87.zip
Notes
Diffstat (limited to 'graphics/raster3d')
-rw-r--r--graphics/raster3d/Makefile2
-rw-r--r--graphics/raster3d/files/patch-Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile
index e21a9c53d969..2027a7472a1f 100644
--- a/graphics/raster3d/Makefile
+++ b/graphics/raster3d/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
BINARIES= avs2ps balls rastep render ribbon rings3d rods normal3d
SCRIPTS= label3d stereo3d
-MAKE_ENV+= FFLAGS="${FFLAGS}"
+USE_FORTRAN= g77
.if !defined(WITHOUT_IMAGEMAGICK)
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
diff --git a/graphics/raster3d/files/patch-Makefile b/graphics/raster3d/files/patch-Makefile
index 74b2e617fcc7..c862db5edf22 100644
--- a/graphics/raster3d/files/patch-Makefile
+++ b/graphics/raster3d/files/patch-Makefile
@@ -9,7 +9,7 @@
+ @echo OS = freebsd >> Makefile.incl
+ @echo CC = ${CC} >> Makefile.incl
+ @echo CFLAGS = ${CFLAGS} >> Makefile.incl
-+ @echo FC = f77 >> Makefile.incl
++ @echo FC = ${F77} >> Makefile.incl
+ @echo FFLAGS = ${FFLAGS} >> Makefile.incl
+ @echo RM = /bin/rm -f >> Makefile.incl
+ @echo OSDEFS = -DLINUX -DNETWORKBYTEORDER >> Makefile.incl