• config.mk

    495 496  
    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 += Cache-Memcached-Fast
     
    52 51 DEVELOPMENT ?= NO
    53 52
    54 53 OPTIONS_EXPIRE ?= 600
    54
    55 CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
    56 ifeq (${CONVERT},)
    57 CORE_REQUIRED += ImageMagick
    58 endif