*** Makefile.orig Thu Jun 8 11:33:56 2006 --- Makefile Thu Jun 8 14:59:11 2006 *************** *** 179,196 **** _SED_SCRIPT+= -e '/%%DAEMON%%/D' .endif ! .ifndef(WITHOUT_CLAMAV) && !defined(WITHOUT_CLAMAV_LOCAL) CONFIGURE_ARGS+= --enable-clamav RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav SUB_LIST+= CLAMD=clamd .endif ! .ifdef(WITH_CLAMAV_DEVEL) && !defined(WITHOUT_CLAMAV_LOCAL) CONFIGURE_ARGS+= --enable-clamav RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel SUB_LIST+= CLAMD=clamd ! .endif ! .ifdef(WITHOUT_CLAMAV_LOCAL) ! SUB_LIST+= CLAMD= .endif # we need to know if we are building statically or dynamicaly for the plist --- 179,201 ---- _SED_SCRIPT+= -e '/%%DAEMON%%/D' .endif ! .ifndef(WITHOUT_CLAMAV) CONFIGURE_ARGS+= --enable-clamav + . if defined(WITHOUT_CLAMAV_LOCAL) + SUB_LIST+= CLAMD= + . else RUN_DEPENDS+= clamav>=0:${PORTSDIR}/security/clamav SUB_LIST+= CLAMD=clamd + . endif .endif ! .ifdef(WITH_CLAMAV_DEVEL) CONFIGURE_ARGS+= --enable-clamav + . if defined(WITHOUT_CLAMAV_LOCAL) + SUB_LIST+= CLAMD= + . else RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel SUB_LIST+= CLAMD=clamd ! . endif .endif # we need to know if we are building statically or dynamicaly for the plist