summaryrefslogtreecommitdiff
path: root/audio/libvorbis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r--audio/libvorbis/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 890e1713997..8bfd935c586 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.47 2008/05/14 16:36:18 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2009/07/17 20:28:21 wiz Exp $
-DISTNAME= libvorbis-1.2.0
-PKGREVISION= 1
+DISTNAME= libvorbis-1.2.3
CATEGORIES= devel audio
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.xiph.org/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
+LICENSE= modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,15 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-GCC_REQD+= 2.95.3
-
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
PKGCONFIG_OVERRIDE+= vorbis.pc.in
PKGCONFIG_OVERRIDE+= vorbisenc.pc.in
PKGCONFIG_OVERRIDE+= vorbisfile.pc.in
.include "../../multimedia/libogg/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"