diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 10:38:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 10:38:29 +0800 |
commit | 1bc0ad9d16b94f6ddc1742b2f972276435676388 (patch) | |
tree | b91d10b91318c4efb46966f0d07860a49275c594 /audio/id3lib | |
parent | 8060db08229a54e6cd1e67e59c0d12a7b70e24cd (diff) | |
download | freebsd-ports-gnome-1bc0ad9d16b94f6ddc1742b2f972276435676388.tar.gz freebsd-ports-gnome-1bc0ad9d16b94f6ddc1742b2f972276435676388.tar.zst freebsd-ports-gnome-1bc0ad9d16b94f6ddc1742b2f972276435676388.zip |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 2b1e1dbb34a0..becde3771bd4 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -16,7 +16,6 @@ MAINTAINER= roman@xpert.com LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt INSTALLS_SHLIB= yes -USE_NEWGCC= yes USE_LIBTOOL= yes USE_AUTOMAKE= yes USE_GMAKE= yes |