Add missing dependency on libpcre (do not bump revision)

Reported by:	QAT
This commit is contained in:
Vsevolod Stakhov 2009-02-16 11:09:57 +00:00
parent f993f89ac8
commit a1e5c1b510
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228496

View file

@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --enable-sendmail CONFIGURE_ARGS+= --enable-sendmail
.endif .endif
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OSVERSION} < 502102 .if ${OSVERSION} < 502102
IGNORE= using libspf2 requires a thread safe resolver IGNORE= using libspf2 requires a thread safe resolver