diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-20 02:45:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-20 02:45:13 +0800 |
commit | d8a72f8668b79d88e2fc3e276b07d6502cdac34d (patch) | |
tree | 67a5d62bd148a8534e0a6f0a464ecb19fcc9372a /audio/mp3splt-gtk | |
parent | 8487be28d800778f5e3840b1293e3fde01541f5e (diff) | |
download | freebsd-ports-gnome-d8a72f8668b79d88e2fc3e276b07d6502cdac34d.tar.gz freebsd-ports-gnome-d8a72f8668b79d88e2fc3e276b07d6502cdac34d.tar.zst freebsd-ports-gnome-d8a72f8668b79d88e2fc3e276b07d6502cdac34d.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/mp3splt-gtk')
-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 \ |