diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
commit | 8fa8041fe58450bde47b655e328b1eeb0f4d0759 (patch) | |
tree | fc71afe5588c6fcf82a4f1b58c8753f9a9926979 /audio/libmusicbrainz/Makefile | |
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
Notes
Notes:
svn path=/head/; revision=65346
Diffstat (limited to '')
-rw-r--r-- | audio/libmusicbrainz/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 073077924046..79e6289a166f 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/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 |