diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 19:22:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 19:22:42 +0800 |
commit | ce449506fb4b00e3fe647d18a9ff2019192082fd (patch) | |
tree | 2c5e9b23ef6c589e1ee1c14d93926dc0bec842d9 /graphics | |
parent | 5b4962c5065a427921e4b0e679632264e52123f6 (diff) | |
download | freebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.tar.gz freebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.tar.zst freebsd-ports-gnome-ce449506fb4b00e3fe647d18a9ff2019192082fd.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Whitespace fix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/iccexamin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index 56c7745d7013..db3682cfdcd5 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -7,7 +7,8 @@ CATEGORIES= graphics MAINTAINER= bsam@FreeBSD.org COMMENT= ICC profile viewer and colour visualisation -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ @@ -17,7 +18,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libOyranos.so:graphics/oyranos \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ - libXcm.so:x11/libXcm + libXcm.so:x11/libXcm USE_GITHUB= yes GH_ACCOUNT= oyranos-cms |