diff options
| author | Wesley Shields <wxs@FreeBSD.org> | 2011-06-28 00:10:40 +0000 |
|---|---|---|
| committer | Wesley Shields <wxs@FreeBSD.org> | 2011-06-28 00:10:40 +0000 |
| commit | ed55f69267e6e2b87e2fdc8a6871b9693fd36028 (patch) | |
| tree | aafa9a134ffcd937803f1217c48cb260d4d00292 /sysutils/coreutils/Makefile | |
| parent | f789a1eda292b7113863b4efe5f4e0a7eb0477e6 (diff) | |
Notes
Diffstat (limited to 'sysutils/coreutils/Makefile')
| -rw-r--r-- | sysutils/coreutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 49008cdd5f61..14ac32ea6cc2 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= coreutils -PORTVERSION= 8.5 +PORTVERSION= 8.12 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,8 @@ 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= CPPFLAGS+="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= "-I${LOCALBASE}/include" LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING |
