diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:45:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-19 18:45:13 +0000 |
commit | ef00880739d181592d7313d32998d380655523fe (patch) | |
tree | 67a5d62bd148a8534e0a6f0a464ecb19fcc9372a /audio | |
parent | 0e8ea909b11a12adaf084f6fa6be27463876d10f (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3splt-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile index 70b7af03624d..e898eb39551a 100644 --- a/audio/mp3splt-gtk/Makefile +++ b/audio/mp3splt-gtk/Makefile @@ -11,6 +11,8 @@ COMMENT= Utility to split mp3 and ogg files (via GTK Interface) LICENSE= GPLv2 +BROKEN= Fails to configure + LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt \ libmad.so:${PORTSDIR}/audio/libmad \ libogg.so:${PORTSDIR}/audio/libogg \ |