diff options
author | xride <xride@FreeBSD.org> | 2008-03-08 01:56:49 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2008-03-08 01:56:49 +0800 |
commit | 85a3b32fb37203e8b99ee7365f09ea3970e21db7 (patch) | |
tree | 8edd407c2173f37fba7b5a36931ecb389bfc760f /audio | |
parent | db1c4800f288dbfedb758baa474dc4139785541c (diff) | |
download | freebsd-ports-gnome-85a3b32fb37203e8b99ee7365f09ea3970e21db7.tar.gz freebsd-ports-gnome-85a3b32fb37203e8b99ee7365f09ea3970e21db7.tar.zst freebsd-ports-gnome-85a3b32fb37203e8b99ee7365f09ea3970e21db7.zip |
Removed gcc 3.4 dependency
PR: ports/118080
Submitted by: Michael Moll < kvedulv at kvedulv.de >
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-vorbis/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index 131f2b5e3c53..57fe134534f4 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/ogg/vorbis.so USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GCC= 3.4 PYDISTUTILS_PKGNAME= pyvorbis do-configure: |