imagemagick: drop IMAGEMAGICK_MAJOR variable
It is only expanded once just below, so we might as well drop it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
75f81eefef
commit
dd6a8c728e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user