diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-24 23:05:27 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-24 23:05:27 +0000 |
commit | 420579a9768ebf5ad4eca3f9aeedb30976631b1b (patch) | |
tree | 3714e24901f1b8826cb7498e35a3d51564c2e397 | |
parent | 52a72f8257c41a343f9abb511da0a850b0452191 (diff) | |
download | pkgsrc-420579a9768ebf5ad4eca3f9aeedb30976631b1b.tar.gz |
fix typo
-rw-r--r-- | audio/moc/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/moc/options.mk b/audio/moc/options.mk index 6d16cb4a5e9..5aab6a4ed1d 100644 --- a/audio/moc/options.mk +++ b/audio/moc/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2008/04/12 22:42:58 jlam Exp $ +# $NetBSD: options.mk,v 1.5 2008/05/24 23:05:27 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.moc PKG_SUPPORTED_OPTIONS= sndfile flac vorbis speex curl samplerate @@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= sndfile flac vorbis curl .include "../../mk/bsd.options.mk" -PLIST_VARS+= fac sndfile speex vorbis +PLIST_VARS+= flac sndfile speex vorbis .if !empty(PKG_OPTIONS:Msamplerate) PKG_OPTIONS+= sndfile |