Index: config.mk =================================================================== --- config.mk (revision 498) +++ config.mk (revision 499) @@ -20,7 +20,6 @@ CORE_REQUIRED += HTML-Mason CORE_REQUIRED += apache13 CORE_REQUIRED += libapreq -CORE_REQUIRED += ImageMagick CORE_REQUIRED += IO-stringy CORE_REQUIRED += DateTime-Format-Pg CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R @@ -51,3 +50,8 @@ DEVELOPMENT ?= NO OPTIONS_EXPIRE ?= 600 + +CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert} +ifeq (${CONVERT},) +CORE_REQUIRED += ImageMagick +endif