diff options
-rw-r--r-- | sysutils/coreutils/Makefile | 2 |
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 |