diff options
author | tnn <tnn> | 2008-05-24 23:05:27 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-05-24 23:05:27 +0000 |
commit | b75a62d6b5a70f6a7672d1a5660ba4d6a5066def (patch) | |
tree | 3714e24901f1b8826cb7498e35a3d51564c2e397 /audio/moc | |
parent | ae9199f137157dc4f382550e76c5acf77d0fe60d (diff) | |
download | pkgsrc-b75a62d6b5a70f6a7672d1a5660ba4d6a5066def.tar.gz |
fix typo
Diffstat (limited to 'audio/moc')
-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 |