aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2011-06-30 08:07:17 +0800
committerwxs <wxs@FreeBSD.org>2011-06-30 08:07:17 +0800
commit8c5254e623037e0553db5d02f712877a72e11a6f (patch)
treee5a4110dc68e5962138a172b43ea610549ec8d5b /sysutils
parentb33987b44b8c2985d2c1ffc22c5a1215a0f1eb97 (diff)
downloadfreebsd-ports-gnome-8c5254e623037e0553db5d02f712877a72e11a6f.tar.gz
freebsd-ports-gnome-8c5254e623037e0553db5d02f712877a72e11a6f.tar.zst
freebsd-ports-gnome-8c5254e623037e0553db5d02f712877a72e11a6f.zip
- No need to specify CPPFLAGS in CONFIGURE_ENV.
Submitted by: sunpoet@
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/coreutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index 14ac32ea6cc2..ba4289ab8584 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -19,7 +19,7 @@ CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]*
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
-CONFIGURE_ENV= CPPFLAGS+="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= "-I${LOCALBASE}/include"
LICENSE= GPLv3