diff options
author | gerald <gerald@FreeBSD.org> | 2016-05-04 04:17:47 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-05-04 04:17:47 +0800 |
commit | 2e948751b9bc841c522513c4cf7159bdd0c36e39 (patch) | |
tree | 90d3bf3d8a750d1cf0047f4d8120ba88023c270c /lang/gcc | |
parent | 963c270323fd2d0b7d051a15ac7f1f2e77ccbb50 (diff) | |
download | freebsd-ports-graphics-2e948751b9bc841c522513c4cf7159bdd0c36e39.tar.gz freebsd-ports-graphics-2e948751b9bc841c522513c4cf7159bdd0c36e39.tar.zst freebsd-ports-graphics-2e948751b9bc841c522513c4cf7159bdd0c36e39.zip |
Make MULTILIB_DESC consistent and more logical also for the lang/gcc
and lang/gcc48 ports, now in line across all lang/gcc* ports.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 244718bbad5..bab091d0c9a 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -48,7 +48,7 @@ BOOTSTRAP_DESC= Build using a full bootstrap .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64= MULTILIB OPTIONS_DEFAULT_powerpc64= MULTILIB -MULTILIB_DESC= Build support for 32-bit and 64-bit target types +MULTILIB_DESC= Build support for 32-bit and 64-bit targets MULTILIB_CONFIGURE_ENABLE= multilib .else CONFIGURE_ARGS+= --disable-multilib |