diff options
author | nia <nia@pkgsrc.org> | 2019-07-02 06:15:29 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-02 06:15:29 +0000 |
commit | b3225b2c6726cfae3f42bd5dfdba30a76797394d (patch) | |
tree | a28686c4a2db2bd3e7d1ec50e87f4df42d35c374 | |
parent | 3efcf94a8a3012ec2c9a58eb33ddcd2d530e7ae8 (diff) | |
download | pkgsrc-b3225b2c6726cfae3f42bd5dfdba30a76797394d.tar.gz |
cmus: Disable unsupported options explicitly
-rw-r--r-- | audio/cmus/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index e892b39f396..c9e2b74a786 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2019/06/21 13:46:04 nia Exp $ +# $NetBSD: Makefile,v 1.78 2019/07/02 06:15:29 nia Exp $ DISTNAME= cmus-2.8.0 CATEGORIES= audio @@ -21,6 +21,10 @@ GCC_REQD+= 4.9 CONFIGURE_ARGS+= prefix=${PREFIX} CONFIGURE_ARGS+= CONFIG_ALSA=n +# not in pkgsrc yet +CONFIGURE_ARGS+= CONFIG_ROAR=n +# requires systemd +CONFIGURE_ARGS+= CONFIG_MPRIS=n CONFIGURE_ARGS+= mandir=${PREFIX}/${PKGMANDIR} PLIST_VARS+= coreaudio sunaudio oss |