diff options
Diffstat (limited to 'mail/exim-devel/Makefile')
-rw-r--r-- | mail/exim-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index aabd46912902..a3489dcf726e 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -75,8 +75,8 @@ SEDLIST+= -e 's,XX_TLS_LIBS_XX,-lssl -lcrypto,' \ SEDLIST+= -e 's,^TLS_LIBS,\#TLS_LIBS,' .endif -.if !defined(WITH_PERL) && ${WITH_PERL} == "yes" -SEDLIST+= -e 's,^EXIM_PERL,\#EXIM_PERL,' +.if defined(WITH_PERL) && ${WITH_PERL} == "yes" +SEDLIST+= -e 's,^\# EXIM_PERL,EXIM_PERL,' .endif .if defined(WITH_TCP_WRAPPERS) && ${WITH_TCP_WRAPPERS} == "yes" |