diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-02 23:58:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-01-02 23:58:48 +0000 |
commit | 2d27ebe82a596669dc2aafa2163f719d8ab2faac (patch) | |
tree | bb0ceb7256073910785b70adea3b77e9d89a76bd /net/gupnp-ui | |
parent | 13a3a5a7749c5ef2d26603bbcc80445cb09cb78d (diff) |
Notes
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index fa800db37624..9f4bb9298b30 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgupnp-1.2.so:net/gupnp \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= gupnp>=0.3:net/gupnp -USES= gnome libtool pathfix pkgconfig python +USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python USE_GNOME= gtk20 GNU_CONFIGURE= yes |