diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:30:32 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 21:30:32 +0800 |
commit | 152c8d7c3c1dc0f75bef8b676d0a98cf1231926c (patch) | |
tree | 0dfcb2e46a804b4df79160d1771d41d1998ee3dd /net-mgmt/virt-viewer | |
parent | 2c178c2e139681514ca1e26e746d97c106cc44d2 (diff) | |
download | freebsd-ports-gnome-152c8d7c3c1dc0f75bef8b676d0a98cf1231926c.tar.gz freebsd-ports-gnome-152c8d7c3c1dc0f75bef8b676d0a98cf1231926c.tar.zst freebsd-ports-gnome-152c8d7c3c1dc0f75bef8b676d0a98cf1231926c.zip |
net-mgmt: Add missing USES={gnome,php}
Diffstat (limited to 'net-mgmt/virt-viewer')
-rw-r--r-- | net-mgmt/virt-viewer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/virt-viewer/Makefile b/net-mgmt/virt-viewer/Makefile index cd7410ff9434..72b7d54d4d4a 100644 --- a/net-mgmt/virt-viewer/Makefile +++ b/net-mgmt/virt-viewer/Makefile @@ -26,8 +26,8 @@ OPTIONS_SUB= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share CONFIGURE_ARGS= --with-spice-gtk -USES= autoreconf libtool desktop-file-utils gmake pkgconfig \ - shared-mime-info cpe gettext-tools +USES= autoreconf cpe desktop-file-utils gettext-tools gmake gnome \ + libtool pkgconfig shared-mime-info USE_GNOME= gtk30 INSTALLS_ICONS= yes CPE_VENDOR= redhat |