Hi,
I wonder what workaround there might exist for lacking port option. E.g. mail/milter-greylist lacks the option "--enable-spamassassin". Is there any feature how I can still pass this configure parameter over even though the option is not explicitly defined in the makefile? Something like this pseudo code:
Thanks
I wonder what workaround there might exist for lacking port option. E.g. mail/milter-greylist lacks the option "--enable-spamassassin". Is there any feature how I can still pass this configure parameter over even though the option is not explicitly defined in the makefile? Something like this pseudo code:
Code:
env OPTIONAL_CONF="--enable-spamassassin --other" make install clean