diff options
author | oliver <oliver@FreeBSD.org> | 2014-06-21 23:09:24 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-06-21 23:09:24 +0800 |
commit | af7410e2d474af6ea4cc106677d1ec19ef14b351 (patch) | |
tree | 19ae13b84216379f341c91cc5367458bdb02ab30 /audio/audacious-dumb | |
parent | 892d2a00a6224b995d1bff8449893e95dc6ca882 (diff) | |
download | freebsd-ports-gnome-af7410e2d474af6ea4cc106677d1ec19ef14b351.tar.gz freebsd-ports-gnome-af7410e2d474af6ea4cc106677d1ec19ef14b351.tar.zst freebsd-ports-gnome-af7410e2d474af6ea4cc106677d1ec19ef14b351.zip |
update audacious to 3.5
audclient got removed upstream so this breaks some ports
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 26b67638a745..e1cf3790d98c 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -16,6 +16,8 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb +BROKEN= Does not work with audacious 3.5 or later + USES= gmake pkgconfig USE_LDCONFIG= yes |