aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-11-07 17:55:22 +0800
committerkwm <kwm@FreeBSD.org>2014-11-07 17:55:22 +0800
commit1aec21de04c4f9591e65750ddb9a543fc3014459 (patch)
tree3711c5ebe6f8c98c0aff6a0f351074eb86b1fc14 /editors
parent316e5aee084327bc50359056231c7227fcd175e3 (diff)
downloadfreebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.gz
freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.tar.zst
freebsd-ports-gnome-1aec21de04c4f9591e65750ddb9a543fc3014459.zip
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-devel/Makefile2
-rw-r--r--editors/emacs/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index c5ee77493da1..471d3652ee1c 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -155,7 +155,7 @@ M17N_CONFIGURE_WITH= m17n-flt
OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf
OTF_CONFIGURE_WITH= libotf
-MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
MAGICK_CONFIGURE_WITH= imagemagick
GSETTINGS_USE= gnome=glib20
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 8e90ca9db402..aaa7dcc84492 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -166,7 +166,7 @@ M17N_CONFIGURE_WITH= m17n-flt
OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf
OTF_CONFIGURE_WITH= libotf
-MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
+MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick
MAGICK_CONFIGURE_WITH= imagemagick
GSETTINGS_USE= gnome=glib20