diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-24 13:45:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-24 13:45:14 +0000 |
commit | c069f8c157fb69c898e2068850e1a5f2635c63d6 (patch) | |
tree | 69ff968a5ad0cb77722a392f3914e4047bf5eb50 /audio | |
parent | 968e965eac74703bc138aeb07145e7c8ccf46b7e (diff) | |
download | pkgsrc-c069f8c157fb69c898e2068850e1a5f2635c63d6.tar.gz |
Set NO_CONFIGURE=yes to make pkglint happy.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mstream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mstream/Makefile b/audio/mstream/Makefile index fa961139258..f061c91b875 100644 --- a/audio/mstream/Makefile +++ b/audio/mstream/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/16 04:01:31 kim Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/24 13:45:14 rillig Exp $ # DISTNAME= mstream-1.0 @@ -12,7 +12,7 @@ COMMENT= Mserv player package to queue tracks to IceS DEPENDS+= ices-mp3>=0.3:../../audio/ices-mp3 DEPENDS+= p5-MP3-Info>=1.0:../../audio/p5-MP3-Info -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_PERL5= # defined MODDIR= ${PREFIX}/share/ices-mp3 |