diff options
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index ff4a6867867..d1413db6744 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/05/11 04:23:07 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/15 14:14:20 heinz Exp $ # DISTNAME= libcddb-0.9.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/} @@ -17,5 +17,6 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= libcddb.pc.in GNU_CONFIGURE= yes +GCC_REQD+= 2.95 .include "../../mk/bsd.pkg.mk" |