diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-25 19:51:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-25 19:51:34 +0800 |
commit | 17ce8f51657e8c156156834e4945f72ee7eb42c7 (patch) | |
tree | 7cfae5e185765ea4679345effafd4486ce59d6b2 /audio | |
parent | 6386aeeb17f1db3204698e06e368f1f212343c42 (diff) | |
download | freebsd-ports-gnome-17ce8f51657e8c156156834e4945f72ee7eb42c7.tar.gz freebsd-ports-gnome-17ce8f51657e8c156156834e4945f72ee7eb42c7.tar.zst freebsd-ports-gnome-17ce8f51657e8c156156834e4945f72ee7eb42c7.zip |
Mark BROKEN: fails to configure
Found Pkg-config: NO
Meson encountered an error in file meson.build, line 7, column 0:
Pkg-config not found.
Reported by: pkg-fallout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gradio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gradio/Makefile b/audio/gradio/Makefile index b3caa7f45d1a..0a832e2dc4b9 100644 --- a/audio/gradio/Makefile +++ b/audio/gradio/Makefile @@ -12,6 +12,10 @@ COMMENT= GTK3 app for finding and listening to internet radio stations LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN= fails to configure +DEPRECATED= Never built +EXPIRATION_DATE= 2018-03-25 + BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ |