aboutsummaryrefslogtreecommitdiff
path: root/math/plplot
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 20:32:20 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 20:32:20 +0000
commit5339b81f888487eae740693afbbe91fdb35d7950 (patch)
tree53cc97d079631cc887e248e9d7fdd8ed5821834f /math/plplot
parentf19181684b83cd05052cd9257edad47842d81be2 (diff)
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r--math/plplot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 9401aac6c79b..a34eb85554bb 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -50,7 +50,6 @@ PLIST_SUB+= X11=""
.if defined(WITH_FORTRAN)
PKGNAMESUFFIX= -fortran
USE_FORTRAN= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS+= --enable-f95
PLIST_SUB+= FORTRAN=""
.else