diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/goom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/goom/Makefile b/audio/goom/Makefile index a338aa053ec..374846113d6 100644 --- a/audio/goom/Makefile +++ b/audio/goom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/26 02:07:19 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/15 20:08:18 rillig Exp $ # DISTNAME= goom-2k4-0-src @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoom2.pc.in GNU_CONFIGURE= yes +GCC_REQD+= 3.3 .include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |