diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-31 08:59:55 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-31 08:59:55 +0000 |
commit | 66c5c27583a16c5f500eca8f7dcad4b958ce6f81 (patch) | |
tree | 7ef476dc1b3647b061229166a61b7e2bf886f956 /deskutils/copyq | |
parent | f018bd3ea60b82e47c805fa4a73c3b8a93ec9f46 (diff) | |
download | freebsd-ports-66c5c27583a16c5f500eca8f7dcad4b958ce6f81.zip |
Add missing USES to my ports
Diffstat (limited to 'deskutils/copyq')
-rw-r--r-- | deskutils/copyq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile index 70489a2ba99f..a52246f0f6f3 100644 --- a/deskutils/copyq/Makefile +++ b/deskutils/copyq/Makefile @@ -11,7 +11,7 @@ COMMENT= Qt5 based clipboard manager LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ |