aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2021-12-04 14:35:52 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2021-12-04 14:43:25 +0000
commitfbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc (patch)
treea9f9c6f37f624f2bd909beb27e2885cf50208768 /x11-themes
parent325ba0c274c54d151aa1d9b3264eb7b5695740d4 (diff)
downloadports-fbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc.tar.gz
ports-fbaaeedc6ea4f448cde59cd8e15cfb1f99970ddc.zip
x11-themes/icons-tango: Fix BUILD_DEPENDS
It depends on convert command of ImageMagick, not Magick-config. See configure.ac.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/icons-tango/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-themes/icons-tango/Makefile b/x11-themes/icons-tango/Makefile
index 0bed6d7a64de..a923f57b828f 100644
--- a/x11-themes/icons-tango/Makefile
+++ b/x11-themes/icons-tango/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Basic set of icons for the most common usage
BUILD_DEPENDS= ${LOCALBASE}/libexec/icon-name-mapping:x11-themes/icon-naming-utils \
- Magick-config:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
+ convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT}
GNU_CONFIGURE= yes
USE_GNOME= intlhack