diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
commit | 2f35b73926abf3d3de21382a8a16414200fa2d5b (patch) | |
tree | ba424f33251d8f6c55d5b3a690abf181b6a819ee /textproc/Ebnf2ps | |
parent | 8c8dbd7325f0c5cd3837737357a4e2cdd953cee5 (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217479
Diffstat (limited to 'textproc/Ebnf2ps')
-rw-r--r-- | textproc/Ebnf2ps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/Ebnf2ps/Makefile b/textproc/Ebnf2ps/Makefile index acf58da82a4e..60c1c6faa4c1 100644 --- a/textproc/Ebnf2ps/Makefile +++ b/textproc/Ebnf2ps/Makefile @@ -26,7 +26,6 @@ USE_GMAKE= yes USE_XORG= x11 USE_SUBMAKE= yes -MAKE_ENV+= X11BASE=${X11BASE} .if defined(AFMPATH) MAKE_ENV+= AFMPATH=${AFMPATH} .endif |