diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:44:07 +0000 |
commit | c68436a7b72179f073b6414d623457a5e3c24e12 (patch) | |
tree | bf681b064a63b51d6700afac65ffbfae49c987d8 /lang | |
parent | Remove USE_NEWGCC, which is no longer supported or required. (diff) |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'lang')
-rw-r--r-- | lang/afnix/Makefile | 1 | ||||
-rw-r--r-- | lang/aleph/Makefile | 1 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 1 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 1 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 1 | ||||
-rw-r--r-- | lang/librep/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index c008fd13a674..0b02a42f6e90 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g} MAINTAINER= ijliao@FreeBSD.org -USE_NEWGCC= yes USE_GMAKE= yes MAKE_ARGS= CC="${CXX}" LD="${CXX}" LK="${CXX}" OPTCCFLAGS="${CXXFLAGS}" \ DYNCCFLAGS="-fPIC -DPIC" DEBUGFLAGS="" DBGDEFINES="" \ diff --git a/lang/aleph/Makefile b/lang/aleph/Makefile index c008fd13a674..0b02a42f6e90 100644 --- a/lang/aleph/Makefile +++ b/lang/aleph/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S,.,-,g} MAINTAINER= ijliao@FreeBSD.org -USE_NEWGCC= yes USE_GMAKE= yes MAKE_ARGS= CC="${CXX}" LD="${CXX}" LK="${CXX}" OPTCCFLAGS="${CXXFLAGS}" \ DYNCCFLAGS="-fPIC -DPIC" DEBUGFLAGS="" DBGDEFINES="" \ diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 3c1d018db236..f90ba26341d0 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= diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index e80d1e815f80..138808b04dc6 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -25,7 +25,6 @@ BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .endif PREFIX= ${LOCALBASE}/GNUstep -USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= USE_GMAKE= yes diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 7ed5a79767f2..43d7c1415314 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -25,7 +25,6 @@ BROKEN= "Sorry, this port does not work on FreeBSD-2.2.x" .endif PREFIX= ${LOCALBASE}/GNUstep -USE_NEWGCC= yes USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 9ac304c8baad..27f518548812 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -22,7 +22,6 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} VERSION=${PORTVERSION} -USE_NEWGCC= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |