summaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-25 01:37:59 +0000
committerrodent <rodent@pkgsrc.org>2013-05-25 01:37:59 +0000
commit434861dde7b4a06fa9b1e1cec79a5963ba83ea81 (patch)
tree45bae029c379ff4fd484695abfeb13cf3319d982 /audio/libfishsound
parent139d47d81d92b4a8d11f46d531c6ad79d3510722 (diff)
downloadpkgsrc-434861dde7b4a06fa9b1e1cec79a5963ba83ea81.tar.gz
Move flac, speex, and vorbis PKG_OPTIONS to PKG_OPTIONS_SET.codec, because
at least one of them is required, configure fails if one isn't set, and we can help the user not make this mistake.
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/options.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/libfishsound/options.mk b/audio/libfishsound/options.mk
index 6480e638db9..29f7924fd71 100644
--- a/audio/libfishsound/options.mk
+++ b/audio/libfishsound/options.mk
@@ -1,8 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2013/05/09 00:42:45 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2013/05/25 01:37:59 rodent Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.libfish
-PKG_SUPPORTED_OPTIONS= doc flac speex valgrind vorbis
+PKG_OPTIONS_VAR= PKG_OPTIONS.libfishsound
+PKG_SUPPORTED_OPTIONS= doc valgrind
PKG_SUGGESTED_OPTIONS+= flac speex vorbis
+PKG_OPTIONS_NONEMPTY_SETS+= codec
+PKG_OPTIONS_SET.codec= flac speex vorbis
+
PLIST_VARS+= doc nodoc
.include "../../mk/bsd.options.mk"