diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-23 09:31:48 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-23 09:31:48 +0000 |
commit | 8c64b73c60a4896d7c21a41d488a3b797b4bcc23 (patch) | |
tree | 4f3455f8026630f1e95281e128e653f06818c5a5 /math | |
parent | 4cde7b7cf96155009408fd842beb9db285b34e7d (diff) | |
download | ports-8c64b73c60a4896d7c21a41d488a3b797b4bcc23.tar.gz ports-8c64b73c60a4896d7c21a41d488a3b797b4bcc23.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/rkward-kde/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rkward-kde/Makefile b/math/rkward-kde/Makefile index 5a394fc5aacd..93fb76c33c23 100644 --- a/math/rkward-kde/Makefile +++ b/math/rkward-kde/Makefile @@ -15,7 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libR.so:math/R -USES= cmake desktop-file-utils gettext fortran kde:5 php:cli qt:5 shared-mime-info +USES= cmake compiler:c++11-lang desktop-file-utils gettext fortran \ + kde:5 php:cli qt:5 shared-mime-info USE_QT= buildtools concurrent core dbus gui network printsupport qmake script webkit \ widgets xml USE_XORG= x11 |