diff options
author | xtraeme <xtraeme> | 2004-04-11 17:53:43 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 17:53:43 +0000 |
commit | 473afb6d2c20d9b8b0b1875af3be168ec1ca65b7 (patch) | |
tree | 130db1627c5350a580aadfe6c6c3e1e535055978 /audio/rio500 | |
parent | 3fd8be650ce5223a5ea3f8d94a708f6e7157d553 (diff) | |
download | pkgsrc-473afb6d2c20d9b8b0b1875af3be168ec1ca65b7.tar.gz |
bl3ify
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" |