diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
commit | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (patch) | |
tree | b91d10b91318c4efb46966f0d07860a49275c594 /audio/musicbrainz | |
parent | 8060db08229a54e6cd1e67e59c0d12a7b70e24cd (diff) | |
download | FreeBSD-ports-1bc0ad9d16b94f6ddc1742b2f972276435676388.zip FreeBSD-ports-1bc0ad9d16b94f6ddc1742b2f972276435676388.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 'audio/musicbrainz')
-rw-r--r-- | audio/musicbrainz/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index 0730779..79e6289 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ MAINTAINER= roman@xpert.com USE_BZIP2= yes -USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |