diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
commit | 1d1a1bf0eae578d1066b03e225bb5dfcde2b143c (patch) | |
tree | 6e453ac8ee5ce3794ceee425202a2ff27943309c /lang/gnustep-base | |
parent | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (diff) | |
download | FreeBSD-ports-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.zip FreeBSD-ports-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.gz |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 3c1d018..f90ba26 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -29,7 +29,6 @@ BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" PREFIX= ${LOCALBASE}/GNUstep PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_AUTOCONF= yes -USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-procfs CONFIGURE_TARGET= |