diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 10:44:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 10:44:07 +0800 |
commit | 1d1a1bf0eae578d1066b03e225bb5dfcde2b143c (patch) | |
tree | 6e453ac8ee5ce3794ceee425202a2ff27943309c /textproc | |
parent | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (diff) | |
download | freebsd-ports-gnome-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.gz freebsd-ports-gnome-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.tar.zst freebsd-ports-gnome-1d1a1bf0eae578d1066b03e225bb5dfcde2b143c.zip |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gaspell/Makefile | 1 | ||||
-rw-r--r-- | textproc/latte/Makefile | 1 | ||||
-rw-r--r-- | textproc/pspell-ispell/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 13caec8ad6ba..3411d20c06b4 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= aspell.11:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes -USE_NEWGCC= yes USE_GNOME= yes do-install: diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index cd54cb47cdb3..b3d3a6659665 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.latte.org/ \ MAINTAINER= dr@domix.de -USE_NEWGCC= yes USE_LIBTOOL= yes MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" CONFIGURE_ARGS+= --enable-shared diff --git a/textproc/pspell-ispell/Makefile b/textproc/pspell-ispell/Makefile index b1f90e1f1deb..52f730187937 100644 --- a/textproc/pspell-ispell/Makefile +++ b/textproc/pspell-ispell/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell -USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |