diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-27 18:32:47 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-27 18:32:47 +0000 |
commit | 5d3ea4ac1ad1e83440b6ed730eade9405ff53bd7 (patch) | |
tree | e5c788410f1c4a9145a2b1a5641216660e9068af /deskutils/syncthingtray | |
parent | 40acef19bb1bd181acb680eb22f6360de18a3c57 (diff) | |
download | ports-5d3ea4ac1ad1e83440b6ed730eade9405ff53bd7.tar.gz ports-5d3ea4ac1ad1e83440b6ed730eade9405ff53bd7.zip |
Notes
Diffstat (limited to 'deskutils/syncthingtray')
-rw-r--r-- | deskutils/syncthingtray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/syncthingtray/Makefile b/deskutils/syncthingtray/Makefile index 4b91513322ec..c91158ea766f 100644 --- a/deskutils/syncthingtray/Makefile +++ b/deskutils/syncthingtray/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmak LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs -USES= cmake:insource iconv kde:5 qt:5 +USES= cmake:insource compiler:c++11-lang iconv kde:5 qt:5 USE_GITHUB= nodefault GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \ |