diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rio500/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index efae73f90b8..12baff98329 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 14:59:04 ad Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/22 13:11:38 dmcmahill Exp $ # DISTNAME= rio500-0.7 @@ -8,6 +8,8 @@ MASTER_SITES= http://download.sourceforge.net/rio500/ MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ +DEPENDS+= glib>=1.2.0:../../devel/glib + USE_GMAKE= yes GNU_CONFIGURE= yes |