diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 09:14:37 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 19:55:55 +0200 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /deskutils/copyq | |
parent | 51abee5375fe25f7ef6a69d7d2800ca935ca1827 (diff) | |
download | freebsd-ports-6707a3c942b51ab3e3cf110383e3119dfe2e49b0.zip |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
Diffstat (limited to 'deskutils/copyq')
-rw-r--r-- | deskutils/copyq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index cdebec1315ef..3e2de234663e 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -11,10 +11,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules -LIB_DEPENDS= libKF5Notifications.so.5:devel/kf5-knotifications \ - libwayland-client.so:graphics/wayland +LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= cmake compiler:c++11-lang qt:5 xorg +USES= cmake compiler:c++11-lang kde:5 qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ |