From 45526ecbeec33dbb87f0b678d4c04988aab9b657 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 30 Oct 2021 20:08:16 +0200 Subject: 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 --- sysutils/xvidcap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/xvidcap') diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index e6cefaa3b5fa..ccef2be8ad16 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libfontconfig.so:x11-fonts/fontconfig \ libmp3lame.so:audio/lame -RUN_DEPENDS= animate:graphics/ImageMagick6 \ - gimp:graphics/gimp-app +RUN_DEPENDS= gimp:graphics/gimp-app -USES= gettext gmake gnome localbase pkgconfig xorg +USES= gettext gmake gnome localbase magick:6,run pkgconfig xorg USE_GNOME= cairo gdkpixbuf2 glib20 libglade2 intltool USE_XORG= x11 xext xmu ice xfixes xdamage -- cgit v1.2.3