diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 13:11:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-08-22 13:11:38 +0000 |
commit | 291155e1024f3e6683141ffe94b61686a976cc1e (patch) | |
tree | 72ffa21bfd8039046faff695ca6054021fff0ffa /audio/rio500 | |
parent | 44ddff15428c961497358831b13a559a75862026 (diff) | |
download | pkgsrc-291155e1024f3e6683141ffe94b61686a976cc1e.tar.gz |
add missing DEPENDS
Diffstat (limited to 'audio/rio500')
-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 |