diff options
author | wiz <wiz> | 2003-05-02 13:02:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 13:02:19 +0000 |
commit | 16bd45d63d3973e658a63bb0016d38d3cdd5f09c (patch) | |
tree | f123d1e741fa3bf118d9acdb3714f3bc931aa86e | |
parent | 83f33b6461c96936c8065061d429e62372ceca02 (diff) | |
download | pkgsrc-16bd45d63d3973e658a63bb0016d38d3cdd5f09c.tar.gz |
Convert to buildlink2.
-rw-r--r-- | audio/rio500/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index d31c9e56694..510e598c46c 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/05/02 11:53:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/02 13:02:19 wiz Exp $ # DISTNAME= rio500-0.7 @@ -10,11 +10,11 @@ MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -DEPENDS+= glib>=1.2.0:../../devel/glib - +USE_BUILDLINK2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-devicepath=/dev --with-deviceentry=urio0 +.include "../../devel/glib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |