diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-01-18 07:51:33 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-01-18 07:51:33 +0000 |
commit | 4e1c652096ff1f388e2577051ac5afb2878d6a63 (patch) | |
tree | 2c49ef42784d06da6e52254525e4ea9b69c19858 /math/sdpa | |
parent | 5af2cac0e6cadafa36aaa6cc99ff5b4080e36686 (diff) |
Remove CONFIGURE_ENV.
Submitted by: gerald@
Notes
Notes:
svn path=/head/; revision=226362
Diffstat (limited to 'math/sdpa')
-rw-r--r-- | math/sdpa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index 32c037af1796..d03c337cf4b5 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -25,7 +25,6 @@ MANUALVER= 7.1.1 SRCFILE= ${PORTNAME}.${PORTVERSION}.src.${SRCDATE}.tar.gz MANUALFILE= ${PORTNAME}.${MANUALVER}.manual.${MANDATE}.pdf USE_FORTRAN= yes -CONFIGURE_ENV+= F77="${F77}" GNU_CONFIGURE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} |