diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 13:40:18 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-29 13:40:18 +0800 |
commit | 78e3cc2f7a60253440667af2c749040ab9f81123 (patch) | |
tree | 8dfeb321b9879cbf90e492109bec882507b9b71c /math | |
parent | 85535b1373ce800c5906666ec4ec7839a3056357 (diff) | |
download | freebsd-ports-gnome-78e3cc2f7a60253440667af2c749040ab9f81123.tar.gz freebsd-ports-gnome-78e3cc2f7a60253440667af2c749040ab9f81123.tar.zst freebsd-ports-gnome-78e3cc2f7a60253440667af2c749040ab9f81123.zip |
Pet portlint.
Diffstat (limited to 'math')
-rw-r--r-- | math/acalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/acalc/Makefile b/math/acalc/Makefile index d42c764856f5..b56625884bd5 100644 --- a/math/acalc/Makefile +++ b/math/acalc/Makefile @@ -9,7 +9,7 @@ COMMENT= Simple and pretty Qt5-based expression calculator LICENSE= BSD4CLAUSE -USES= qmake compiler:c++14-lang qt:5 tar:xz +USES= compiler:c++14-lang qmake qt:5 tar:xz USE_GITHUB= yes GH_ACCOUNT= anpp |