aboutsummaryrefslogtreecommitdiff
path: root/audio/ncmpcpp
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 09:27:56 +0000
commit6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (patch)
tree51bf65c06dc12d4a0ba505d1d3e664efdd221144 /audio/ncmpcpp
parentaecf8bd835635e74e1afa0d4e0617875138e47de (diff)
downloadports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.tar.gz
ports-6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346.zip
a-b: Add missing USES={gnome,php,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517040
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r--audio/ncmpcpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index cca023534c35..f48d95e2d115 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -19,7 +19,8 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
libboost_filesystem.so:devel/boost-libs \
libcurl.so:ftp/curl
-USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2
+USES= compiler:c++14-lang gnome iconv libtool localbase ncurses:port \
+ pkgconfig readline tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= glib20
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1