diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-02 17:19:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-02 17:19:20 +0800 |
commit | 947da753fd209a49e7cb57d98de78f89656c0c24 (patch) | |
tree | 042554ece4db870f55de99508c9145e566d6198a /audio | |
parent | b4a18d943093d9366a2262751ed38c1b0b6c80f6 (diff) | |
download | freebsd-ports-gnome-947da753fd209a49e7cb57d98de78f89656c0c24.tar.gz freebsd-ports-gnome-947da753fd209a49e7cb57d98de78f89656c0c24.tar.zst freebsd-ports-gnome-947da753fd209a49e7cb57d98de78f89656c0c24.zip |
- Mark BROKEN (fails to build)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-libmpdclient/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/py-libmpdclient/Makefile b/audio/py-libmpdclient/Makefile index 6684f59be8e7..b3c0092c5ecc 100644 --- a/audio/py-libmpdclient/Makefile +++ b/audio/py-libmpdclient/Makefile @@ -18,4 +18,6 @@ COMMENT= Python bindings for libmpdclient USE_PYTHON= yes USE_PYDISTUTILS= yes +BROKEN= does not build + .include <bsd.port.mk> |