Commit dd6a8c72 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

imagemagick: drop IMAGEMAGICK_MAJOR variable



It is only expanded once just below, so we might as well drop it.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 75f81eef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4,8 +4,7 @@
#
################################################################################

IMAGEMAGICK_MAJOR = 6.8.7
IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-9
IMAGEMAGICK_VERSION = 6.8.7-9
IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz
# The official ImageMagick site only keeps the latest versions
# available, which is annoying. Use an alternate site that keeps all