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 /net-im/licq | |
parent | 8fa8041fe58450bde47b655e328b1eeb0f4d0759 (diff) |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Notes
Notes:
svn path=/head/; revision=65347
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc index 5862b3e094dc..db03ee2907f7 100644 --- a/net-im/licq/Makefile.inc +++ b/net-im/licq/Makefile.inc @@ -19,7 +19,6 @@ MD5_FILE?= ${PORTSDIR}/net/licq/distinfo # USE_LIBTOOL doesn't work for these ports #USE_LIBTOOL= yes USE_GMAKE= yes -USE_NEWGCC= yes USE_BZIP2= yes WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}-${PORTVERSION} PLIST_SUB+= LICQ_DEVEL="@comment " |