diff options
author | reed <reed@pkgsrc.org> | 2006-04-13 21:26:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-13 21:26:17 +0000 |
commit | ec34a0d8c3c8f6a435fb10e575d6c40f0b86c3b7 (patch) | |
tree | 8d460cfd7a60450482bba397d8ab4ecc51ecc2da /audio/libao/Makefile | |
parent | 52edce7df51ba16372d1cf36653472a55823b46f (diff) | |
download | pkgsrc-ec34a0d8c3c8f6a435fb10e575d6c40f0b86c3b7.tar.gz |
Add a MESSAGE.common to tell user to install a libao plugin.
I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added.
Bump PKGREVISION.
Clarify DESCR and do not mention all the outputs it supports as
this may make it appear it is works without installing another
plugin.
TODO: What about NULL, WAV, IRIX, and ALSA?
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index e35e47f5747..51548157102 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2006/02/05 23:08:10 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 21:26:17 reed Exp $ -PKGREVISION= 3 +PKGREVISION= 4 PKG_INSTALLATION_TYPES= overwrite |