diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-10-30 20:08:16 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-11 14:50:53 +0100 |
commit | 45526ecbeec33dbb87f0b678d4c04988aab9b657 (patch) | |
tree | b77614b463af0ed929512fcc838ff5cb20c96275 /graphics/kxstitch | |
parent | a148ebec4e0afe980f949de0dea5ef4931cb7e86 (diff) | |
download | freebsd-ports-45526ecbeec33dbb87f0b678d4c04988aab9b657.zip |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
Diffstat (limited to 'graphics/kxstitch')
-rw-r--r-- | graphics/kxstitch/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index 9e06fd4ecf13..16d317c3bdda 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -7,10 +7,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Cross stitch pattern editor -LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick6 \ - libMagickCore-6.so:graphics/ImageMagick6 - -USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ +USES= cmake compiler:c++11-lang desktop-file-utils magick:6 kde:5 qt:5 tar:xz \ xorg USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ i18n itemviews jobwidgets kio service solid sonnet textwidgets \ |