diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-05-03 20:17:47 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-05-03 20:17:47 +0000 |
commit | 0175374736c2dda0a9cca7ec303f1418b7819269 (patch) | |
tree | 90d3bf3d8a750d1cf0047f4d8120ba88023c270c /lang/gcc48 | |
parent | 999db9eada3c12d2df306b3c3b8531c3a5ce0fe7 (diff) | |
download | freebsd-ports-0175374736c2dda0a9cca7ec303f1418b7819269.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/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 09083287c435..cda6a68f80e6 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -51,7 +51,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 |