aboutsummaryrefslogtreecommitdiff
path: root/security/lxqt-sudo/Makefile
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-06-20 09:03:35 +0000
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2020-06-20 09:03:35 +0000
commit6219abfe932b15fa554f9ac60baccb0bb8275077 (patch)
tree01905696c7a570a26937eae0d1abf187650613ad /security/lxqt-sudo/Makefile
parent27fa3f72633b6928feb7d3058d766d36ef82ae72 (diff)
downloadports-6219abfe932b15fa554f9ac60baccb0bb8275077.tar.gz
ports-6219abfe932b15fa554f9ac60baccb0bb8275077.zip
Upgrade to 0.15.0
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24717
Notes
Notes: svn path=/head/; revision=539717
Diffstat (limited to 'security/lxqt-sudo/Makefile')
-rw-r--r--security/lxqt-sudo/Makefile5
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>