diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-19 17:59:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-19 17:59:28 +0000 |
commit | 98969743f7245fad4952adf6071d4e1b2031a7da (patch) | |
tree | e66a252185d8a0b7187c75fc3b6cad96fe340e86 | |
parent | 7b8e4113f889a5b73fc25d79f4d334f75162a0c9 (diff) | |
download | pkgsrc-98969743f7245fad4952adf6071d4e1b2031a7da.tar.gz |
Wildcard dependency on pcre. Addresses pkg/13754.
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5d930936435..f3785e1761c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/08/09 08:14:12 itojun Exp $ +# $NetBSD: Makefile,v 1.43 2001/08/19 17:59:28 wiz Exp $ DISTNAME= postfix-20010228-pl04 PKGNAME= postfix-20010228pl4 @@ -24,7 +24,7 @@ POSTFIX_SPOOL= /var/spool/postfix BUILD_DEFS+= USE_INET6 .if defined(POSTFIX_PCRE) && ${POSTFIX_PCRE} == YES -DEPENDS+= pcre-2.08:../../devel/pcre +DEPENDS+= pcre>=2.08:../../devel/pcre CFLAGS+= -DHAS_PCRE -I${LOCALBASE}/include AUXLIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lpcre MAKE_ENV+= AUXLIBS="${AUXLIBS}" |