diff options
Diffstat (limited to 'audio/rio500')
-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 41e1cd65a80..52b39d925ba 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/22 07:15:00 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 17:53:44 xtraeme 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 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-devicepath=/dev --with-deviceentry=urio0 -.include "../../devel/glib/buildlink2.mk" +.include "../../devel/glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |