diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /graphics/dataplot | |
parent | - Enhance next/prev commands. Next on last track jumps to first track. Prev (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217477
Diffstat (limited to 'graphics/dataplot')
-rw-r--r-- | graphics/dataplot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 34b6c55426ac..849a660f2f78 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -26,7 +26,6 @@ LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ USE_FORTRAN= yes FFLAGS+= -fno-range-check -MAKE_ENV+= FFLAGS="${FFLAGS}" USE_XORG= x11 xi NO_WRKSUBDIR= yes MAXOBV?= 100000 # Change if you need more observations/variable |