• config.mk

    498 499  
    20 20 CORE_REQUIRED += HTML-Mason
    21 21 CORE_REQUIRED += apache13
    22 22 CORE_REQUIRED += libapreq
    23 CORE_REQUIRED += ImageMagick
    24 23 CORE_REQUIRED += IO-stringy
    25 24 CORE_REQUIRED += DateTime-Format-Pg
    26 25 CORE_REQUIRED += DateTime-Locale-ru_RU_KOI8_R
     
    51 50 DEVELOPMENT ?= NO
    52 51
    53 52 OPTIONS_EXPIRE ?= 600
    53
    54 CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
    55 ifeq (${CONVERT},)
    56 CORE_REQUIRED += ImageMagick
    57 endif