diff options
Diffstat (limited to 'security/lxqt-sudo/Makefile')
-rw-r--r-- | security/lxqt-sudo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index cc6ca83ef583..1b3ade7eac1d 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lxqt-sudo -PORTVERSION= 0.14.1 +PORTVERSION= 0.15.0 CATEGORIES= security MASTER_SITES= LXQT @@ -14,11 +14,12 @@ LICENSE= LGPL21+ RUN_DEPENDS= sudo:security/sudo USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ - pkgconfig tar:xz + pkgconfig tar:xz gnome USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ x11extras xml USE_KDE= windowsystem USE_LXQT= buildtools lxqt +USE_GNOME= glib20 .include <bsd.port.mk> |