diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
commit | ba284573681e85a059c5c2eb8cad050ff23fd8ac (patch) | |
tree | 0420127fe51222574eb803fbddb21f180010a6ea /net/sobby | |
parent | net-im: Add missing USES={gnome,xorg} (diff) |
net: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517064
Diffstat (limited to 'net/sobby')
-rw-r--r-- | net/sobby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sobby/Makefile b/net/sobby/Makefile index b895d98b79d4..258ab76fe2ea 100644 --- a/net/sobby/Makefile +++ b/net/sobby/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 \ libnet6.so:net/net6 \ libxml++-2.6.so:textproc/libxml++26 -USES= localbase pkgconfig compiler:c++11-lang +USES= compiler:c++11-lang gnome localbase pkgconfig USE_CXXSTD= c++11 USE_GNOME= glibmm GNU_CONFIGURE= yes |