summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-25 13:00:18 +0000
committergrant <grant@pkgsrc.org>2003-09-25 13:00:18 +0000
commitda2e9f95f296f0345cf528cd42d6ec6ef67d5dd3 (patch)
tree4e180d35fdafb9d784de4d50b4a909673b4ec31a /audio/libvorbis
parentec4a1f8d2a2a8623d300518cc270ce0240d8fd29 (diff)
downloadpkgsrc-da2e9f95f296f0345cf528cd42d6ec6ef67d5dd3.tar.gz
set GCC_REQD=2.95.3. noted by seb.
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 91078037b70..f7986ea24cc 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/09/25 01:27:35 grant Exp $
+# $NetBSD: Makefile,v 1.26 2003/09/25 13:00:18 grant Exp $
DISTNAME= libvorbis-1.0
PKGNAME= libvorbis-1.0.0.8
@@ -14,6 +14,8 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GCC_REQD= 2.95.3
+
PLIST_SUBST+= DISTNAME=${DISTNAME}
.include "../../audio/libogg/buildlink2.mk"