diff options
author | pav <pav@FreeBSD.org> | 2010-05-24 03:42:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-24 03:42:46 +0800 |
commit | 69f9f27cf63f5c6c405b48353b3467cefb71c63d (patch) | |
tree | 57a9701a0cf4f04ffc515e11ee6f68daa19d1c83 /audio/audex | |
parent | 0c7bc0fdc3e8c5ed3533808fe6bd1bf64040560e (diff) | |
download | freebsd-ports-gnome-69f9f27cf63f5c6c405b48353b3467cefb71c63d.tar.gz freebsd-ports-gnome-69f9f27cf63f5c6c405b48353b3467cefb71c63d.tar.zst freebsd-ports-gnome-69f9f27cf63f5c6c405b48353b3467cefb71c63d.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'audio/audex')
-rw-r--r-- | audio/audex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audex/Makefile b/audio/audex/Makefile index dbf84bd248cb..8c5db03d2328 100644 --- a/audio/audex/Makefile +++ b/audio/audex/Makefile @@ -19,6 +19,8 @@ COMMENT= Audio CD ripping utility for KDE4 LIB_DEPENDS= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ kcddb.5:${PORTSDIR}/multimedia/kdemultimedia4 +BROKEN= does not compile + USE_BZIP2= yes USE_GETTEXT= yes USE_CMAKE= yes |