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 /math/rascal | |
| 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
Diffstat (limited to 'math/rascal')
| -rw-r--r-- | math/rascal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 39f7519d2b32..00c31345bb84 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -21,8 +21,7 @@ WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} USE_BISON= build WANT_GNOME= yes USE_GMAKE= yes -MAKE_ENV= CC="${CXX}" CFLAGS="${CXXFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" ALL_TARGET= ${PROGRAMS} MAN1= rascal.1 |
