diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-04-29 07:14:37 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-01 17:55:55 +0000 |
commit | 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 (patch) | |
tree | bd3221fe24dd880cfb3169fd2241e74ff7f78bed /graphics/rawtherapee | |
parent | 51abee5375fe25f7ef6a69d7d2800ca935ca1827 (diff) |
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 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 13005de649cb..9a36e086d945 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -30,8 +30,6 @@ LIB_DEPENDS= \ USES= cmake desktop-file-utils compiler:gcc-c++11-lib gnome \ jpeg localbase:ldflags pkgconfig tar:xz -DOS2UNIX_REGEX= .*\.(cc|h) - # Binutils required for LTO (base ar/nm/ld/ranlib don't work) USE_BINUTILS= yes |