diff options
Diffstat (limited to 'mail/smtp-gated/Makefile')
-rw-r--r-- | mail/smtp-gated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index d5210cb1aa1a..b00cef14a534 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -32,6 +32,6 @@ NAT_CONFIGURE_ENABLE= nat CHUNKING_CONFIGURE_ENABLE= chunking ECONNRESET_CONFIGURE_ENABLE= silent-econnreset PCRE_CONFIGURE_OFF= --disable-pcre -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre .include <bsd.port.mk> |