aboutsummaryrefslogtreecommitdiffstats
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/getopt/Makefile2
-rw-r--r--misc/gkrellweather2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 172827365243..701f0d463acc 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -19,7 +19,7 @@ USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-MAKE_ENV= LIBCGETOPT=0 CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV= LIBCGETOPT=0 LDFLAGS="${LDFLAGS}"
MAN1= getopt.1
DOCS= Changelog README
diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile
index 52a093b11265..362234b66253 100644
--- a/misc/gkrellweather2/Makefile
+++ b/misc/gkrellweather2/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
USE_GMAKE= yes
ALL_TARGET= gkrellweather.so
-MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} CC=${CC}
+MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS}
.include <bsd.port.pre.mk>