diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2012-02-20 06:15:21 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2012-02-20 06:15:21 +0000 |
commit | 58dd61b6a4ac965c3c627daa86ddb40de7d5e1bb (patch) | |
tree | 6af377816322c28a678ec6f93464603a9cf77702 /mail/postfix26 | |
parent | 2fcb2cd926b44bf56927757d44f0046ea58e277d (diff) | |
download | ports-58dd61b6a4ac965c3c627daa86ddb40de7d5e1bb.tar.gz ports-58dd61b6a4ac965c3c627daa86ddb40de7d5e1bb.zip |
Notes
Diffstat (limited to 'mail/postfix26')
-rw-r--r-- | mail/postfix26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 68f1856a9add..470a814ff665 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -114,7 +114,7 @@ POSTFIX_CCARGS+= -DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \ _REQUIRE= LOGIN cleanvar .if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre POSTFIX_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lpcre .else |