diff options
author | dmcmahill <dmcmahill> | 2000-08-22 13:11:38 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-08-22 13:11:38 +0000 |
commit | 28a1115d0c48f38c473f5dd1a30e902d4ce565c3 (patch) | |
tree | 72ffa21bfd8039046faff695ca6054021fff0ffa /audio | |
parent | 545243294d260f232a3dba0ee05d5ff884617ebc (diff) | |
download | pkgsrc-28a1115d0c48f38c473f5dd1a30e902d4ce565c3.tar.gz |
add missing DEPENDS
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 |