diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2018-02-14 15:26:20 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2018-02-14 15:26:20 +0800 |
commit | a114ebfdf8180058ccfbaf7a8a0b4ac91fe03a3e (patch) | |
tree | 84c5bfe808bc988685fcd8be06b82aa5f56761b2 /audio | |
parent | 81c406f6ea9b93f21110de74157714c9c180e79c (diff) | |
download | freebsd-ports-gnome-a114ebfdf8180058ccfbaf7a8a0b4ac91fe03a3e.tar.gz freebsd-ports-gnome-a114ebfdf8180058ccfbaf7a8a0b4ac91fe03a3e.tar.zst freebsd-ports-gnome-a114ebfdf8180058ccfbaf7a8a0b4ac91fe03a3e.zip |
Add missing BUILD_DEPENDS
Reported by: pkgbuilder
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gradio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gradio/Makefile b/audio/gradio/Makefile index 105c97e17fcc..b3caa7f45d1a 100644 --- a/audio/gradio/Makefile +++ b/audio/gradio/Makefile @@ -12,6 +12,7 @@ COMMENT= GTK3 app for finding and listening to internet radio stations LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libsqlite3.so:databases/sqlite3 |