diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 02:45:13 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 02:45:13 +0800 |
commit | ef00880739d181592d7313d32998d380655523fe (patch) | |
tree | 67a5d62bd148a8534e0a6f0a464ecb19fcc9372a /audio | |
parent | 0e8ea909b11a12adaf084f6fa6be27463876d10f (diff) | |
download | freebsd-ports-gnome-ef00880739d181592d7313d32998d380655523fe.tar.gz freebsd-ports-gnome-ef00880739d181592d7313d32998d380655523fe.tar.zst freebsd-ports-gnome-ef00880739d181592d7313d32998d380655523fe.zip |
Mark BROKEN: fails to configure
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
configure: error: Cannot find GTK >= 3.4.2
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
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 \ |