aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/crystalentitylayer
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 20:24:09 +0800
committerpav <pav@FreeBSD.org>2008-07-25 20:24:09 +0800
commite3b31366702ca258f6d6ffde4be5684ce7083f2c (patch)
treef06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /graphics/crystalentitylayer
parent416754ba19d48426d074519ec04ce7a38f75dd62 (diff)
downloadfreebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz
freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.zst
freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r--graphics/crystalentitylayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile
index b0050c4a25bc..fff72934249b 100644
--- a/graphics/crystalentitylayer/Makefile
+++ b/graphics/crystalentitylayer/Makefile
@@ -28,7 +28,7 @@ LDFLAGS= -L${LOCALBASE}/lib
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --with-cs-prefix=${LOCALBASE}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS} ${CXX}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
+MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
DOCSDIR= share/doc/cel-${PORTVERSION}
DATADIR= share/cel
PLIST_SUB+= DOCSDIR=${DOCSDIR} \