summaryrefslogtreecommitdiff
path: root/lang/gcc-aux
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-08-15 14:39:14 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-08-15 14:39:14 +0000
commit1376578fd08f528b861fccc4da18fbcf565edbba (patch)
treef51a46de7704030f900d9bc184e00d8f77b1ae84 /lang/gcc-aux
parentrc script now passes rclint (diff)
- Fix lang/gcc-aux broken in r324744 [1]
- Convert spaces to tab to pacify portlint Submitted by: marino (maintainer) [1] Pointyhat to: ak
Notes
Notes: svn path=/head/; revision=324771
Diffstat (limited to 'lang/gcc-aux')
-rw-r--r--lang/gcc-aux/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc-aux/Makefile b/lang/gcc-aux/Makefile
index 395dee517018..39ac24f969c8 100644
--- a/lang/gcc-aux/Makefile
+++ b/lang/gcc-aux/Makefile
@@ -13,6 +13,7 @@ DISTFILES= gcc-${GCC_VERSION}.tar.bz2
MAINTAINER= marino@FreeBSD.org
COMMENT= Version of GCC ${GCC_BRANCH} with full Ada support
+.include "${.CURDIR}/Makefile.common"
LANGS= c
APPLY_DIFFS= core
@@ -23,15 +24,15 @@ FULL_GNATGCC= NOT_SET
OS_LABEL4VERS= [${OPSYS}]
GARCH= ${ARCH:S/amd64/x86_64/}
-OPTIONS_DEFINE= ADA CXX FORT OBJC STATIC TESTSUITE NLS
+OPTIONS_DEFINE= ADA CXX FORT OBJC STATIC TESTSUITE NLS
OPTIONS_DEFAULT= ADA CXX FORT OBJC
NO_OPTIONS_SORT= yes
ADA_DESC= Build Ada language
CXX_DESC= Build C++ language
FORT_DESC= Build Fortran language
-OBJC_DESC= Build Objective-C language
-STATIC_DESC= Build with no shared libraries other than libc
+OBJC_DESC= Build Objective-C language
+STATIC_DESC= Build with no shared libraries other than libc
TESTSUITE_DESC= Activate test support
USES+= perl5