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/crystalentitylayer-devel | |
| 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 'graphics/crystalentitylayer-devel')
| -rw-r--r-- | graphics/crystalentitylayer-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/crystalentitylayer-devel/Makefile b/graphics/crystalentitylayer-devel/Makefile index 8f77df5b8e9c..d5f295cb6878 100644 --- a/graphics/crystalentitylayer-devel/Makefile +++ b/graphics/crystalentitylayer-devel/Makefile @@ -28,7 +28,7 @@ LDFLAGS= -L${LOCALBASE}/lib CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE} -MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" +MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" DOCSDIR= share/doc/cel-0.99 DATADIR= share/cel PLIST_SUB+= DOCSDIR=${DOCSDIR} \ |
